Advertisement
DaOMEGAa32

asd

Jan 17th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://141509625"
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11.  
  12.  
  13. s:play()
  14. local players = game.Players:GetChildren()
  15.  
  16. for i = 1, #players do
  17. players[i].Character:Destroy()
  18. wait()
  19. end
  20. local w = workspace:GetChildren()
  21. local a = Instance.new("Sky",game.Lighting)
  22. local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
  23. for _,v in pairs(b) do
  24. a["Skybox"..v]="http://www.roblox.com/asset/?id=201208408"
  25. end
  26. msg = Instance.new("Message",workspace)
  27. msg.Text = "🍄🤡Get toad roasted you bacon haired bozos🤡🍄"
  28. --[[ made by ManMinded ]]--
  29.  
  30. texture = "http://www.roblox.com/asset/?id=201208408" -- put id there, then set last digit one number back
  31.  
  32. local A = game.Workspace:GetChildren()
  33. local B = game.Workspace:GetChildren()
  34. local C = game.Workspace:GetChildren()
  35. local D = game.Workspace:GetChildren()
  36. local E = game.Workspace:GetChildren()
  37. local F = game.Workspace:GetChildren()
  38. for i,v in pairs(A) do
  39. if v:IsA("Part") then
  40. local d = Instance.new("Decal",v)
  41. v.Decal.Face = "Top"
  42. v.Decal.Texture = texture
  43. v.Anchored = true
  44. end
  45. end
  46.  
  47. for i,v in pairs(B) do
  48. if v:IsA("Part") then
  49. local s = Instance.new("Decal",v)
  50. s.Face = "Front"
  51. s.Texture = texture
  52. end
  53. end
  54.  
  55. for i,v in pairs(C) do
  56. if v:IsA("Part") then
  57. local h = Instance.new("Decal",v)
  58. h.Face = "Back"
  59. h.Texture = texture
  60. end
  61. end
  62.  
  63. for i,v in pairs(D) do
  64. if v:IsA("Part") then
  65. local j = Instance.new("Decal",v)
  66. j.Face = "Left"
  67. j.Texture = texture
  68. end
  69. end
  70.  
  71. for i,v in pairs(E) do
  72. if v:IsA("Part") then
  73. local k = Instance.new("Decal",v)
  74. k.Face = "Right"
  75. k.Texture = texture
  76. end
  77. end
  78.  
  79. for i,v in pairs(F) do
  80. if v:IsA("Part") then
  81. local l = Instance.new("Decal",v)
  82. l.Face = "Bottom"
  83. l.Texture = texture
  84. end
  85. end
  86.  
  87. --[[ made by ManMinded ]]--
  88. while wait(0) do
  89. local duck = Instance.new("Part", game.Workspace)
  90. duck.Size = Vector3.new(3,3,3)
  91. local asd = Instance.new("FileMesh", duck)
  92. asd.MeshId = "rbxassetid://5038530279"
  93. asd.TextureId = "rbxassetid://5038530309"
  94. asd.Scale = Vector3.new(2,2,2)
  95. duck.CanCollide = true
  96. duck.CFrame = CFrame.new(math.random(-1000,1000), math.random(300,700), math.random(-1000,1000))
  97.  
  98.  
  99.  
  100.  
  101. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement