imodex

lefend

Jul 20th, 2019
1,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. _G.bruh = true
  2. while _G.bruh do
  3. wait()
  4.  
  5. for _,v in next, game.Workspace:GetDescendants() do
  6. if v.Name == "outerOrb" then
  7. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8. elseif v.Name == "outerGem" then
  9. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  10. elseif v.Name == "Hoop" then
  11. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  12. end
  13. end
  14. end
Add Comment
Please, Sign In to add comment