SQUIDMAN740

Release | Muscle Simulator Ultimate Inf-Strength

Mar 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2. wait(0.001)
  3. local Remote = game.Workspace['AddSnowflake']
  4.  
  5. local Arguments = {
  6.        [1] = 2
  7. }
  8.  
  9. Remote:FireServer(unpack(Arguments))
  10. end
Add Comment
Please, Sign In to add comment