shgsiughiiruhdu12354

NO BY ME

Feb 9th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ---Speed Autofarm----
  2.  
  3. while true do
  4. wait(0.1)
  5. local Remote = game.ReplicatedStorage.Events['Machines']
  6.  
  7. local Arguments = {
  8. [1] = Workspace.Machines.Treadmill,
  9. [2] = true
  10. }
  11.  
  12. Remote:FireServer(unpack(Arguments))
  13. end
Add Comment
Please, Sign In to add comment