From venuslock, 4 Months ago, written in Plain Text.
Embed
  1. while wait() do
  2.  
  3. local args = {
  4.     [1] = 0
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").RemoteEvent.AirHit:FireServer(unpack(args))
  8.  
  9. end