Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100000
- game.Players.LocalPlayer.Character.Parent = game.Workspace.CurrentCamera
- order = -1
- game:GetService("RunService").RenderStepped:connect(function()
- order = order+1
- if order >= 0 and order < 2 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:toWorldSpace(CFrame.new(Vector3.new(4.5,0,0)))
- end
- if order > 2 and order < 4 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:toWorldSpace(CFrame.new(Vector3.new(-4.5,0,0)))
- elseif order >= 6 then
- order = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement