Back to Scripts
Hit all player

Hit all player

ScriptBlox
Free

Game: HACK BATTLES! 💥

411 Views
0 Likes
0 Dislikes
Xeryt

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

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...