XxTw1st3d_D3m0nxX

Infinite stats for legends of speed

Apr 4th, 2021
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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
  15.  
Advertisement
Add Comment
Please, Sign In to add comment