neozep1227

Legends Of Speed New Hack Script

Aug 4th, 2020
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. _G.gamer = true -- toggle on or off
  2.  
  3. while _G.gamer do
  4. wait()
  5. for i, v in pairs(game.Workspace.orbFolder.City:GetChildren()) do
  6. if v:IsA("Model") then
  7. if v:FindFirstChildOfClass("Part") then
  8. v.outerOrb.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9. end
  10. end
  11. end
  12.  
  13. for k, v2 in pairs(game.Workspace.Hoops:GetChildren()) do
  14. if v2:IsA("MeshPart") then
  15. print("gamer")
  16. v2.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  17. end
  18. end
  19. end
Add Comment
Please, Sign In to add comment