SHOW:
|
|
- or go back to the newest paste.
1 | --Hey everyone! | |
2 | --I Have made this script for script builder! | |
3 | --Change YOURUSERNAME to your username. Thank you. | |
4 | --Credit to xFxllen for DJ xFxllen. | |
5 | Instance.new("Message",game.Workspace) | |
6 | game.Workspace.Message.Text = "DJ Player Loaded" | |
7 | Instance.new("Sound",game.Workspace) | |
8 | game.Workspace.Sound.Volume = 1 | |
9 | game.Workspace.Sound.SoundId = "http://roblox.com/asset/?id=209096212" | |
10 | game.Workspace.Sound:Play() | |
11 | wait(6) | |
12 | - | game.Workspace.Message.Text = "By xFxllen" |
12 | + | game.Workspace.Message.Text = "By MMr_Egghead" |
13 | wait(6) | |
14 | game.Workspace.Message:Destroy() | |
15 | game.Workspace.Sound.Volume = 0.9 | |
16 | wait(0.1) | |
17 | game.Workspace.Sound.Volume = 0.8 | |
18 | wait(0.1) | |
19 | game.Workspace.Sound.Volume = 0.7 | |
20 | wait(0.1) | |
21 | game.Workspace.Sound.Volume = 0.6 | |
22 | wait(0.1) | |
23 | game.Workspace.Sound.Volume = 0.5 | |
24 | wait(0.1) | |
25 | game.Workspace.Sound.Volume = 0.4 | |
26 | wait(0.1) | |
27 | game.Workspace.Sound.Volume = 0.3 | |
28 | wait(0.1) | |
29 | game.Workspace.Sound.Volume = 0.2 | |
30 | wait(0.1) | |
31 | game.Workspace.Sound.Volume = 0.1 | |
32 | wait(0.1) | |
33 | game.Workspace.Sound.Volume = 0 | |
34 | wait(0.1) | |
35 | game.Workspace.Sound:Destroy() | |
36 | ||
37 | ||
38 | --Songs model | |
39 | Instance.new("Model",game.Workspace) | |
40 | game.Workspace.Model.Name = "Songs" | |
41 | --Now here comes the songs! | |
42 | Instance.new("Sound",game.Workspace.Songs) -- Custom Song COMING SOON! | |
43 | game.Workspace.Songs.Sound.Name = "Customsong" | |
44 | game.Workspace.Songs.Customsong.Volume = 1 | |
45 | customsong = game.Workspace.Songs.Customsong | |
46 | Instance.new("Sound",game.Workspace.Songs) --Delirous Boneless | |
47 | game.Workspace.Songs.Sound.Name = "Deliriousboneless" | |
48 | game.Workspace.Songs.Deliriousboneless.SoundId = "http://roblox.com/asset/?id=177949954" | |
49 | game.Workspace.Songs.Deliriousboneless.Volume = 1 | |
50 | Instance.new("Sound",game.Workspace.Songs) --Pop it don't drop it | |
51 | game.Workspace.Songs.Sound.Name = "Popitdontdropit" | |
52 | game.Workspace.Songs.Popitdontdropit.Volume = 1 | |
53 | game.Workspace.Songs.Popitdontdropit.SoundId = "http://roblox.com/asset/?id=148047526" | |
54 | Instance.new("Sound",game.Workspace.Songs) --Thro sum mo | |
55 | game.Workspace.Songs.Sound.Name = "Throsummo" | |
56 | game.Workspace.Songs.Throsummo.Volume = 1 | |
57 | game.Workspace.Songs.Throsummo.SoundId = "http://roblox.com/asset/?id=209096212" | |
58 | --Say the message so the song plays! | |
59 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
59 | + | game.Players.nino86325.Chatted:connect(function(msg) |
60 | if msg:sub(1,21)== ":play popitdontdropit" then | |
61 | game.Workspace.Songs.Popitdontdropit:Play() | |
62 | end | |
63 | end) | |
64 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
64 | + | game.Players.nino86325.Chatted:connect(function(msg) |
65 | if msg:sub(1,21)== ":stop popitdontdropit" then | |
66 | game.Workspace.Songs.Popitdontdropit:Stop() | |
67 | end | |
68 | end) | |
69 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
69 | + | game.Players.nino86325.Chatted:connect(function(msg) |
70 | if msg:sub(1,15)== ":play throsummo" then | |
71 | game.Workspace.Songs.Throsummo:Play() | |
72 | end | |
73 | end) | |
74 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
74 | + | game.Players.nino86325.Chatted:connect(function(msg) |
75 | if msg:sub(1,15)== ":stop throsummo" then | |
76 | game.Workspace.Songs.Throsummo:Stop() | |
77 | end | |
78 | end) | |
79 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
79 | + | game.Players.nino86325.Chatted:connect(function(msg) |
80 | if msg:sub(1,24)== ":play deliriousboneless" then | |
81 | game.Workspace.Songs.Deliriousboneless:Play() | |
82 | end | |
83 | end) | |
84 | - | game.Players.xFxllen.Chatted:connect(function(msg) |
84 | + | game.Players.nino86325.Chatted:connect(function(msg) |
85 | if msg:sub(1,24)== ":stop deliriousboneless" then | |
86 | game.Workspace.Songs.Deliriousboneless:Play() | |
87 | end | |
88 | end) |