Advertisement
matekaOSF2

Untitled

Oct 18th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. FARM = true
  2.  
  3. while true do
  4. wait(0.01)
  5. if FARM then
  6. game.ReplicatedStorage.Events['Clicked']:FireServer()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement