D3qnPlayz

My Restaurant Inf Money

Jun 28th, 2020
32,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --Credits to zwenboy | Distributed by D3qn
  2. local purchasegameitem = workspace.__THINGS.__REMOTES.purchasegameitem
  3. purchasegameitem:InvokeServer(
  4. {
  5. [1] = {
  6. [1] = "Appliance",
  7. [2] = "13",
  8. [3] = -1000, --Change this to any number and make it negative
  9. [4] = false
  10. },
  11. [2] = {
  12. [1] = false,
  13. [2] = false,
  14. [3] = false,
  15. [4] = false
  16. }
  17. }
  18. )
Add Comment
Please, Sign In to add comment