Back to Scripts
Hit all player
ScriptBlox
Free
Game: HACK BATTLES! 💥
411
Views
0
Likes
0
Dislikes
Xeryt
offline
Features
I use simple remote spy to do this
Script Code
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
for _, player in ipairs(Players:GetPlayers()) do
if player.Character then
local args = {
[1] = player.Character
}
ReplicatedStorage.Events.HitCharacter:FireServer(unpack(args))
end
end
Comments (0)
Please login to comment
Login with Discord
Loading comments...