Advertisement
trixade

Untitled

Oct 8th, 2021
4,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. while true do
  2.     wait(0.1)
  3.  
  4. local args = {
  5.     [1] = 2,
  6.     [2] = {
  7.         [1] = 1,
  8.         [2] = 1,
  9.         [3] = 27
  10.     }
  11. }
  12.  
  13. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement