Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local A_1 = "Tool11"
- local A_2 = "Cash"
- local A_3 = -1 --change this to any amount of cash you want (-9999) for 9999 cash
- local A_4 = 2
- local Event = game:GetService("ReplicatedStorage").Events.BuyItem
- Event:FireServer(A_1, A_2, A_3, A_4)
Add Comment
Please, Sign In to add comment