Advertisement
UNKNOWNSCRIPTER12

Untitled

Mar 27th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _G.place = true
  2. while _G.place do
  3. wait()
  4. local A_1 = "1"
  5. local Event = game:GetService("ReplicatedStorage").Events.BuyWashingMachine
  6. Event:InvokeServer(A_1)
  7. wait()
  8. local A_1 = "1"
  9. local A_2 = 1
  10. local A_3 =
  11. {
  12. }
  13. local Event = game:GetService("ReplicatedStorage").Events.PlaceWashingMachine
  14. Event:InvokeServer(A_1, A_2, A_3)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement