--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=688e063ca52af8f44119ba72"))() end) end) --[[rscripts:analytics:end]] for l, j in ipairs(game.workspace.Lobby.GloveStands:GetChildren()) do for i, v in ipairs(game.ReplicatedStorage._NETWORK:GetChildren()) do if v.ClassName == "RemoteEvent" then v:FireServer(j.Name) end end end