Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do -- spam this a couple of times
- for i,v in pairs(game.Players:GetChildren()) do
- local userdata_1 = v;
- local Target = game:GetService("ReplicatedStorage").Events.Whizz;
- Target:FireServer(userdata_1);
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement