ShanuGaming

Slap battles unlock all gloves

Sep 16th, 2024
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for l, j in pairs(game.workspace.Lobby.GloveStands:GetChildren()) do for i, v in pairs (game.ReplicatedStorage._NETWORK:GetChildren()) do if v.ClassName == "RemoteEvent" then v:FireServer(j.Name) end end end
Add Comment
Please, Sign In to add comment