Advertisement
Guest User

Squadron Auto reload

a guest
Sep 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. while wait() do
  2. local A_1 = "Reload"
  3. local Event = game:GetService("ReplicatedStorage").RF
  4. Event:InvokeServer(A_1)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement