Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Roblox Default Music script.
- -- Insert the Roblox Default Music
- music=Instance.new("Sound",workspace)
- music.SoundId="rbxassetid://142376963" -- May get unbroken in the future.
- music.Volume=10
- music.Playing=true
- dist=Instance.new("DistortionSoundEffect",music)
- dist.Level=1
- -- Make everything red
- l=game.Lighting
- red=Color3.fromRGB(255,0,0)
- l.Ambient=red
- l.ColorShift_Bottom=red
- l.ColorShift_Top=red
- l.OutdoorAmbient=red
- l.FogColor=red
- l.FogEnd=0
- l.FogStart=0
- -- Display the text
- msg=Instance.new("Hint",workspace)
- msg.Text="Roblox Default Music."
- msg2=Instance.new("Message",workspace)
- msg2.Text="Roblox Default Music."
- -- © 2018 memesbruh03.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement