The_Banana

Disgue

May 13th, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print ("Hope it works well for ya! -sri")
  2.  
  3. local args = {
  4. [1] = 42,
  5. [2] = true
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment