Advertisement
robloxscript111

Loooptopia

Feb 5th, 2023
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for i=1,100 do
  2. for i,v in pairs(game.ReplicatedStorage:GetDescendants()) do
  3. if v:IsA("RemoteEvent") then
  4. v:FireServer()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement