Advertisement
trixade

Untitled

Oct 8th, 2021
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1.  getgenv().farm = true  --type false here instead of true and execute to stop the auto farm
  2. ;
  3.  
  4. local p = game:GetService("ReplicatedStorage").Knit.Services
  5.  
  6. while wait() do
  7.     if getgenv().farm == true then
  8. p.MilkService.RE.Drink:FireServer()
  9. wait()
  10. p.SellService.RE.Sell:FireServer()
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement