ADVERTISEMENTREMOVE ADS
Cube V4 Break Skybox
41,832 views
Description
just morph and use a bot then execute this and itll break skybox
ADVERTISEMENTREMOVE ADS
13 Lines • 334 Bytes
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] = 5643563456,
}
remote:FireServer(unpack(args))
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments