D3qnPlayz

My Restaurant Any Items

Jun 28th, 2020
20,698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --Credits to zwenboy | Distributed by D3qn
  2. local itemType = "Furniture" -- "Furniture" or "Appliance"
  3. local itemId = ""; -- Insert item ID from https://pastebin.com/raw/EhZJdX5h
  4. local amount = 1; -- The amount of furniture you want
  5.  
  6. workspace.__THINGS.__REMOTES.purchasegameitem:InvokeServer(
  7. {
  8. [1] = {
  9. [1] = itemType,
  10. [2] = itemId,
  11. [3] = amount,
  12. [4] = false
  13. },
  14. [2] = {
  15. [1] = false,
  16. [2] = false,
  17. [3] = false,
  18. [4] = false
  19. }
  20. }
  21. )
Advertisement
Add Comment
Please, Sign In to add comment