Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Credits to zwenboy | Distributed by D3qn
- local purchasegameitem = workspace.__THINGS.__REMOTES.purchasegameitem
- purchasegameitem:InvokeServer(
- {
- [1] = {
- [1] = "Appliance",
- [2] = "13",
- [3] = -1000, --Change this to any number and make it negative
- [4] = false
- },
- [2] = {
- [1] = false,
- [2] = false,
- [3] = false,
- [4] = false
- }
- }
- )
Add Comment
Please, Sign In to add comment