A working script for the Obby But You’re On a Bike Roblox game is now available, and you can use it to collect wins and unlock new bikes. With this script, you can quickly complete checkpoints and teleport through them to collect wins. It will help unlock the gravity coil, teleport gun, troll options, and speed motorcycle.

I recommend farming wins with the script auto checkpoints feature to boost your rank on the leaderboard.

Features

  • Auto Farm
  • Collect Wins
  • Auto Checkpoints
  • Unlock Bikes
local player = game.Players.LocalPlayer
local checkpoints = workspace.WorldMap.Checkpoints
local function teleport()
    local checkpointCount = #checkpoints:GetChildren()
    for i = 1, checkpointCount do
        local checkpoint = checkpoints:FindFirstChild(tostring(i))
        if checkpoint then
            player.Character:SetPrimaryPartCFrame(checkpoint:GetPivot())
            task.wait(0)
        end
    end
end
teleport() 

How to Use the Script

  1. Click the copy button on the script box.
  2. Open the Roblox game and enter the lobby.
  3. Run the Roblox executor.
  4. Paste the script in the executor and execute.

Categorized in:

Roblox Scripts,