LOOSEYGOOSE

ROBLOX FREE GAMEPASS SCRIPT GIVER

Apr 24th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --test in this game
  2. --https://www.roblox.com/games/8712817601/BARRYS-PRISON-RUN-HAPPY-NEW-YEAR-Obby
  3. for _,v in pairs(game:GetDescendants()) do
  4. if v.ClassName == "RemoteEvent" then
  5. if v.Parent.Name == "WeaponsRemotes" or v.Parent.Name == "VipRemotes" or v.Parent.Name == "Remotes" then
  6. v:FireServer()
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment