Advertisement
LonePotato

giant dance script

Mar 4th, 2019
6,293
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['BuySkin']
  2.  
  3. local Arguments = {
  4. [1] = "You",
  5. [2] = 5
  6. }
  7.  
  8. Remote:FireServer(unpack(Arguments))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement