RoSploitzer

Legends of Speed Script

Jun 11th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 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
Add Comment
Please, Sign In to add comment