ADVERTISEMENTREMOVE ADS
Game icon

Cube V4 Invis All sus

Untitled Game
3 weeks ago
Script preview thumbnail
Script Preview

Description

works pretty similar to the break skybox, but everyone thats banging someone will go invisible and wont be able to move

ADVERTISEMENTREMOVE ADS
13 Lines • 327 Bytes
Raw
local players = game:GetService('Players')
local remote = game:GetService('ReplicatedStorage').Applications.Events.Input
for _, plr in ipairs(players:GetPlayers()) do
if plr then
local args = {
[1] = plr,
[2] = 0/0,
}
remote:FireServer(unpack(args))
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS