[ad_1]
Created by Solo Leveling
Features:
_G.Enabled = true --execute again with true/false to stop or start script
speed = 2--change speed here (smaller num = faster, but more buggy, default at 2 is safe)
while _G.Enabled do
game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Workspace.nextStageArrow.Position
game.Players.LocalPlayer.Character.Torso.Position = game.Workspace.nextStageArrow.Position
game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(3.5,0,0)
game.Players.LocalPlayer.Character.Torso.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
wait(speed)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]