electrify

Script - Legends Of Speed(Infinite Hoops)

Jan 5th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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