FurkyYT

Legends of Speed EXP/STEPS farm

Jul 26th, 2019
59,900
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 1 0
  1. local children = workspace.Hoops:GetChildren()
  2. for i, child in ipairs(children) do
  3. if child.Name == "Hoop" then
  4. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5. end
  6. end
Comments
Add Comment
Please, Sign In to add comment