Advertisement
Guest User

Oil Simulator

a guest
Aug 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while true do
  2. local remote = Game["ReplicatedStorage"]["AwardItem"]
  3. local args = {
  4. [1] = "The Warehouse",
  5. [2] = "1",
  6. [3] = -222224234234234234234444 --[[number]]
  7. }
  8. remote:FireServer(unpack(args))
  9. wait()
  10. local remote = Game["ReplicatedStorage"]["HandleRebirth"]
  11. local args = {}
  12. remote:InvokeServer(unpack(args))
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement