Advertisement
NukeVsCity

NO GUI ALL ITEM FARM

Sep 17th, 2021
4,758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. _G.toggle = true
  2.  
  3. while _G.toggle == true do
  4. wait()
  5. for _, v in pairs(game.Workspace.Drops.Active:GetChildren()) do
  6. if v:IsA("Part") or v:IsA("Tool") or v:IsA("Model") or v:IsA("MeshPart") then
  7. if v.Name == "Gleaming Stand Arrow" or v.Name == "Stand Arrow" or v.Name == "Unusual Stand Arrow" or v.Name == "Rokakaka" then
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.DropCenter.CFrame
  9. fireproximityprompt(v.ProximityPrompt)
  10. end
  11. end
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement