Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1,100 do
- for i,v in pairs(game.ReplicatedStorage:GetDescendants()) do
- if v:IsA("RemoteEvent") then
- v:FireServer()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement