Advertisement
kentho9

Untitled

Aug 22nd, 2022
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. getgenv().farmer = true
  2.  
  3. while wait(0.1) do
  4. if getgenv().farmer == true then
  5. local args = {
  6. [1] = "CollectFood",
  7. [2] = workspace.Zones.Zone1.FoodSpawns.Part,
  8. [3] = game:GetService("Players").LocalPlayer.Character.Pets.Pet
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").Remotes.Functions.CollectionRF:InvokeServer(unpack(args))
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement