Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i = 1,10000 do
- spawn(function()
- local A_1 = math.huge
- local Event = game:GetService("ReplicatedStorage").Events.PublishGame
- Event:InvokeServer(A_1)
- end)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement