Advertisement
xdJustice29

Untitled

May 8th, 2019
91
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"]["Car"]
  2. local args = {
  3. [1] = "Vehicle1",
  4. [2] = -100000 --[[number]]
  5. }
  6. remote:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement