_G.on = true local time = tick() repeat task.wait() game:GetService("VirtualInputManager"):SendKeyEvent(true, Enum.KeyCode.W, false, game) game:GetService("Workspace")[game.Players.LocalPlayer.Name .."sCar"].Body["#Weight"].CFrame = CFrame.new(0,90000000,0) until (tick() >= (time + 5)) or _G.on == false while task.wait() and _G.on do game:GetService("VirtualInputManager"):SendKeyEvent(true, Enum.KeyCode.W, false, game) game:GetService("Workspace")[game.Players.LocalPlayer.Name .."sCar"].Body["#Weight"].CFrame = CFrame.new(0,100000000000000000000,0) end