Advertisement
Burkino

Untitled

Apr 6th, 2020
3,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  2.  
  3. workspace.Gravity = 0
  4. for i,v in next, workspace.Ramps:GetChildren() do
  5. root.CFrame = v.CFrame
  6. wait()
  7. end
  8. workspace.Gravity = 196.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement