Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- local ID =413336414
- function spamDecal(v)
- if v:IsA("Part") then
- for i=0, 5 do
- D = Instance.new("Decal")
- D.Name = "pepedecalxd"
- D.Face = i
- D.Parent = v
- D.Texture = ("http://www.roblox.com/asset/?id="..Id)
- end
- else
- D = coroutine.create(function()
- if v:IsA("Model") then
- for a,b in pairs(v:GetChildren()) do
- spamDecal(b)
- end
- end
- end
- end)
- Fat = coroutine.create(function()
- function decalspam(id)
- 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 = "pepedecalxd"
- D.Face = i
- D.Parent = v
- D.Texture = ("http://www.roblox.com/asset/?id="..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)
- coroutine.resume(D)
- coroutine.resume(Fat)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement