Created by loboazul123
Features:
- RELOAD OTHERS PLAYER GUN
local A_1 = "Reload"
local Name = "username"
local A_2 = game:GetService("Workspace").Players[Name]["[Revolver]"] -- The revolver is the gun, If you want to change the gun just copy the gun name using Dex Explorer
local Event = game:GetService("ReplicatedStorage").MainEvent
Event:FireServer(A_1, A_2)
ENJOY!