Advertisement
ManlyMemeScripter

Untitled

Mar 11th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. wait(1)
  2. local ID =413336414
  3. function spamDecal(v)
  4. if v:IsA("Part") then
  5. for i=0, 5 do
  6. D = Instance.new("Decal")
  7. D.Name = "pepedecalxd"
  8. D.Face = i
  9. D.Parent = v
  10. D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  11. end
  12. else
  13. D = coroutine.create(function()
  14. if v:IsA("Model") then
  15. for a,b in pairs(v:GetChildren()) do
  16. spamDecal(b)
  17. end
  18. end
  19. end
  20. end)
  21. Fat = coroutine.create(function()
  22. function decalspam(id)
  23. Id = id
  24. for i,v in pairs(game.Workspace:GetChildren()) do
  25. if v:IsA("Part") then
  26. for i=0, 5 do
  27. D = Instance.new("Decal")
  28. D.Name = "pepedecalxd"
  29. D.Face = i
  30. D.Parent = v
  31. D.Texture = ("http://www.roblox.com/asset/?id="..id)
  32. end
  33. else
  34. if v:IsA("Model") then
  35. for a,b in pairs(v:GetChildren()) do
  36. spamDecal(b)
  37. end
  38. end
  39. end
  40. end
  41. end
  42.  
  43. decalspam(ID)
  44. coroutine.resume(D)
  45. coroutine.resume(Fat)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement