Honansik

Escape Papa Pizza's Pizzeria Give All Items Script

Jan 26th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. for _,v in pairs(game:GetDescendants()) do
  2. if v.ClassName == "RemoteEvent" then
  3. if v.Parent.Name == "WeaponsRemotes" or v.Parent.Name == "VipRemotes" or v.Parent.Name == "Remotes" then
  4. v:FireServer()
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment