Ima3ine

Untitled

Mar 26th, 2023
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local A_1 = "Tool11"
  2. local A_2 = "Cash"
  3. local A_3 = -1 --change this to any amount of cash you want (-9999) for 9999 cash
  4. local A_4 = 2
  5. local Event = game:GetService("ReplicatedStorage").Events.BuyItem
  6. Event:FireServer(A_1, A_2, A_3, A_4)
Add Comment
Please, Sign In to add comment