thi2004

Untitled

Oct 10th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local remote = Game["ReplicatedStorage"]["Buy"]
  2. local args = {
  3. [1] = "Gold Katana",
  4. [2] = -99999999 --[[number]]
  5. }
  6. remote:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment