--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=6a7fb7aa7e7ee1bcebfe595d"))() end) end) --[[rscripts:analytics:end]] shared.toggle = true -- run shared.toggle = false, if you dont want it to run anymore or simply just leave your choice while shared.toggle do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9458.20801, 388.999969, -254.488312, 0.391622603, -3.73957114e-08, 0.920125961, -1.91811296e-08, 1, 4.88057914e-08, -0.920125961, -3.67625042e-08, 0.391622603) wait(.5) -- if you want you can make it faster or slower!!!! end