Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key=='f' then
- for i, plr in pairs(game.Players:GetChildren()) do
- if plr.Name ~= game.Players.LocalPlayer.Name then
- for i = 1, 15 do
- game.ReplicatedStorage.meleeEvent:FireServer(plr)
- end
- end
- end
- end
RAW Paste Data