-- !!!Note!!!:only work on server side executor or backdoor executor
local msg = Instance.new("Message",workspace)
msg.Text = "Made By Star"
wait(5.8)
msg:Destroy()
s = Instance.new("Sky")
s.Name = "SKY"
s.SkyboxBk = "http://[Log in to view URL]"
s.SkyboxDn = "http://[Log in to view URL]"
s.SkyboxFt = "http://[Log in to view URL]"
s.SkyboxLf = "http://[Log in to view URL]"
s.SkyboxRt = "http://[Log in to view URL]"
s.SkyboxUp = "http://[Log in to view URL]"
s.Parent = game.Lighting
Spooky = Instance.new("Sound", game.Workspace)
Spooky.Name = "Spooky"
Spooky.SoundId = "rbxassetid://200519201"
Spooky.Volume = 20
Spooky.Looped = true
Spooky:Play()
local ID =358313209 --id here
function spamDecal(v)
if v:IsA("Part") then
for i=0, 5 do
D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://[Log in to view URL]"..Id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
function decalspam(id) --use this function, not the one on top
Id = id
for i,v in pairs(game.Workspace:GetChildren()) do
if v:IsA("Part") then
for i=0, 5 do
D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://[Log in to view URL]"..id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
end
decalspam(ID)
To embed this project on your website, copy the following code and paste it into your website's HTML: