Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --test in this game
- --https://www.roblox.com/games/8712817601/BARRYS-PRISON-RUN-HAPPY-NEW-YEAR-Obby
- 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