Advertisement
kingmohamed

Untitled

Jun 25th, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. AutoFarm = true
  2. while _AutoFarm 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement