cortesjoren

Metal Detecting Simulator Money Script

Oct 30th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i=1,3 do
  2. local A_1 = "Stop"
  3. local A_2 = "Unobtanium"
  4. local A_3 = 1
  5. local Event = game:GetService("Workspace")["__REMOTES"].Dig
  6. Event:FireServer(A_1, A_2, A_3)
  7. wait (0.1)
  8. local Event = game:GetService("Workspace")["__REMOTES"].Sell
  9. Event:FireServer()
  10. end
Add Comment
Please, Sign In to add comment