ILovePotato

Untitled

Dec 16th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. for l, j in pairs(game.workspace.Lobby.GloveStands:GetChildren()) do
  5. for i, v in pairs (game.ReplicatedStorage._NETWORK:GetChildren()) do if v.ClassName == "RemoteEvent" then
  6. v:FireServer(j.Name)
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment