Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local swapCount = 100
  2. local inv = game.players["Coyote101"].get_main_inventory()
  3. local removed = inv.remove({name="iron-plate", count=swapCount})
  4. inv.insert({name="stone", count = removed})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement