Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Hey everyone!
- --I Have made this script for script builder!
- --Change YOURUSERNAME to your username. Thank you.
- --Credit to xFxllen for DJ xFxllen.
- Instance.new("Message",game.Workspace)
- game.Workspace.Message.Text = "DJ Player Loaded"
- Instance.new("Sound",game.Workspace)
- game.Workspace.Sound.Volume = 5
- game.Workspace.Sound.SoundId = "http://roblox.com/asset/?id=209096212"
- game.Workspace.Sound:Play()
- wait(6)
- game.Workspace.Message.Text = "By fullerjar"
- wait(6)
- game.Workspace.Message:Destroy()
- game.Workspace.Sound.Volume = 0.9
- wait(0.1)
- game.Workspace.Sound.Volume = 0.8
- wait(0.1)
- game.Workspace.Sound.Volume = 0.7
- wait(0.1)
- game.Workspace.Sound.Volume = 0.6
- wait(0.1)
- game.Workspace.Sound.Volume = 0.5
- wait(0.1)
- game.Workspace.Sound.Volume = 0.4
- wait(0.1)
- game.Workspace.Sound.Volume = 0.3
- wait(0.1)
- game.Workspace.Sound.Volume = 0.2
- wait(0.1)
- game.Workspace.Sound.Volume = 0.1
- wait(0.1)
- game.Workspace.Sound.Volume = 0
- wait(0.1)
- game.Workspace.Sound:Destroy()
- --Songs model
- Instance.new("Model",game.Workspace)
- game.Workspace.Model.Name = "Songs"
- --Now here comes the songs!
- Instance.new("Sound",game.Workspace.Songs) -- AWSOME
- game.Workspace.Songs.Sound.Name = "Customsong"
- game.Workspace.Songs.Customsong.Volume = 1
- customsong = game.Workspace.Songs.Customsong
- Instance.new("Sound",game.Workspace.Songs) -- hotlinebling
- game.Workspace.Songs.Sound.Name = "hotlinebling"
- game.Workspace.Songs.hotlinebling.SoundId = "http://roblox.com/asset/?id=283801001"
- game.Workspace.Songs.Deliriousboneless.Volume = 10
- Instance.new("Sound",game.Workspace.Songs) --future
- game.Workspace.Songs.Sound.Name = "future"
- game.Workspace.Songs.hotlinebling.Volume = 10
- game.Workspace.Songs.hotlinebling.SoundId = "http://roblox.com/asset/?id=299530855"
- Instance.new("Sound",game.Workspace.Songs) --future
- game.Workspace.Songs.Sound.Name = "diamondsdancing"
- game.Workspace.Songs.diamondsdancing.Volume = 10
- game.Workspace.Songs.whiteiverson.SoundId = "http://roblox.com/asset/?id=305476324"
- --Say the message so the song plays!
- game.Players.fullerjar.Chatted:connect(function(msg)
- if msg:sub(1,21)== ":play whiteiverson" then
- game.Workspace.Songs.whiteiverson:Play()
- end
- end)
- game.Players.fullerjar.Chatted:connect(function(msg)
- if msg:sub(1,21)== ":stop whiteiverson" then
- game.Workspace.Songs.whiteiverson:Stop()
- end
- end)
- game.Players.fullerjar.Chatted:connect(function(msg)
- if msg:sub(1,15)== ":play diamondsdancing" then
- game.Workspace.Songs.throw:Play()
- end
- end)
- game.Players.xFxllen.Chatted:connect(function(msg)
- if msg:sub(1,15)== ":stop diamonsdancing" then
- game.Workspace.Songs.throw:Stop()
- end
- end)
- game.Players.fullerjar.Chatted:connect(function(msg)
- if msg:sub(1,24)== ":play hotlinebling" then
- game.Workspace.Songs.hey:Play()
- end
- end)
- game.Players.fullerjar.Chatted:connect(function(msg)
- if msg:sub(1,24)== ":stop hotlinebling" then
- game.Workspace.Songs.hotlinebling:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement