Advertisement
BINO2002

Untitled

May 5th, 2019
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while wait(1) do
  2. for i,v in pairs(Workspace["Lava Jumps"]:GetChildren()) do
  3. if v.Name == "Union" then
  4. game.Workspace.YOURNAMEHERE.HumanoidRootPart.CFrame=v.CFrame
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement