Advertisement
c00dy

السكربت الاول

Jun 27th, 2022
2,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while wait() do
  2. local args = {
  3. [1] = 42,
  4. [2] = true
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement