ILovePotato

Untitled

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