Advertisement
Mythicxl

Admin gun script FE!?

May 9th, 2022
6,884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for i,v in pairs(game:GetService("ReplicatedStorage").Assets.Images.Guns:GetChildren()) do
  2. local args = {
  3. [1] = "SERVER_EQUIP_GUN",
  4. [2] = v.Name
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").NetworkEvents.RemoteEvent:FireServer(unpack(args))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement