Functions: All Guns giver

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
for i,v in pairs(game:GetService("ReplicatedStorage").Assets.Images.Guns:GetChildren()) do
local args = {
[1] = "SERVER_EQUIP_GUN",
[2] = v.Name
}
game:GetService("ReplicatedStorage").NetworkEvents.RemoteEvent:FireServer(unpack(args))
end

Leave a Comment