Advertisement
ShutUpJamesTheLoser

marioexe

Mar 6th, 2025
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. wait(5)
  2. local laowner = game.Players.Dani_MM291 --put your username
  3. game.Lighting:ClearAllChildren()
  4. local sky = Instance.new("Sky")
  5. sky.SkyboxBk = "rbxassetid://7931006110"
  6. sky.SkyboxDn = "rbxassetid://7931006110"
  7. sky.SkyboxFt = "rbxassetid://7931006110"
  8. sky.SkyboxLf = "rbxassetid://7931006110"
  9. sky.SkyboxRt = "rbxassetid://7931006110"
  10. sky.SkyboxUp = "rbxassetid://7931006110"
  11. local sound = Instance.new("Sound")
  12. sound.Volume = "3"
  13. sound.SoundId = "rbxassetid://7581063976"
  14. sound.Parent = game.Chat
  15. sound.Looped = false
  16. sound:Play()
  17. wait(3)
  18. sound:Destroy()
  19. local song = Instance.new("Sound")
  20. song.Volume = "3"
  21. song.SoundId = "rbxassetid://3735260934"
  22. song.Parent = game.Chat
  23. song.Looped = true
  24. song:Play()
  25. sky.Parent = game.Lighting
  26. laowner.Chatted:connect(function(msg)
  27. if msg == "/e laugh" then
  28. local laughs = Instance.new("Sound")
  29. laughs.Volume = "2"
  30. laughs.SoundId = "rbxassetid://130759239"
  31. laughs.Parent = game.Chat
  32. laughs.Looped = false
  33. local laughse = Instance.new("Sound")
  34. laughse.Volume = "1"
  35. laughse.SoundId = "rbxassetid://7337298420"
  36. laughse.Parent = game.Chat
  37. laughse.Looped = false
  38. laughs:Play()
  39. laughse:Play()
  40. wait(laughs.TimeLength)
  41. wait(laughse.TimeLength)
  42. laughs:Destroy()
  43. laughse:Destroy()
  44. end
  45. end)
  46. for i,v in pairs(game:GetDescendants()) do
  47. if v:IsA("Part") then
  48. local decal = Instance.new("Decal")
  49. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  50. decal.Face = "Front"
  51. decal.Parent = v
  52.  
  53. local decal = Instance.new("Decal")
  54. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  55.  
  56. decal.Face = "Back"
  57. decal.Parent = v
  58.  
  59. local decal = Instance.new("Decal")
  60. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  61.  
  62. decal.Face = "Bottom"
  63. decal.Parent = v
  64. local decal = Instance.new("Decal")
  65. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  66.  
  67. decal.Face = "Left"
  68. decal.Parent = v
  69. local decal = Instance.new("Decal")
  70. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  71.  
  72. decal.Face = "Right"
  73. decal.Parent = v
  74. local decal = Instance.new("Decal")
  75. decal.Texture = "http://www.roblox.com/asset/?id=7930887596"
  76.  
  77. decal.Face = "Top"
  78. decal.Parent = v
  79. end
  80. end
  81. while wait() do
  82. wait(20)
  83. local laughso = Instance.new("Sound")
  84. laughso.Volume = "2"
  85. laughso.SoundId = "rbxassetid://7337298420"
  86. laughso.Parent = game.Chat
  87. laughso.Looped = false
  88. laughso:Play()
  89. wait(laughso.TimeLength)
  90. laughso:Destroy()
  91. end
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement