Advertisement
fxdogxd
May 20th, 2023
31
0
Never
This is comment for paste speed script
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local args = {
  2. [1] = {
  3. ["shopItem"] = {
  4. ["currency"] = "iron",
  5. ["itemType"] = "wool_white",
  6. ["amount"] = 16,
  7. ["price"] = 0,
  8. ["category"] = "Blocks"
  9. },
  10. ["shopId"] = "2_item_shop_1"
  11. }
  12. }
  13.  
  14. game:GetService("ReplicatedStorage").rbxts_include.node_modules:FindFirstChild("@rbxts").net.out._NetManaged.BedwarsPurchaseItem:InvokeServer(unpack(args))
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement