thi2004

Untitled

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