Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _,v in pairs(game:GetDescendants()) do if v.ClassName == "RemoteEvent" then if v.Parent.Name == "WeaponsRemotes" or v.Parent.Name == "VipRemotes" or v.Parent.Name == "Remotes" then v:FireServer() end end end
Add Comment
Please, Sign In to add comment