Upscalefanatic3

Pope's music GUI

Jun 20th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. local PopesMusicGui = Instance.new("ScreenGui")
  2. local Drag = Instance.new("Frame")
  3. local Text = Instance.new("TextLabel")
  4. local Background = Instance.new("Frame")
  5. local Main = Instance.new("ScrollingFrame")
  6. local MusicBTN_1 = Instance.new("TextButton")
  7. local MusicBTN_2 = Instance.new("TextButton")
  8. local MusicBTN_3 = Instance.new("TextButton")
  9. local MusicBTN_4 = Instance.new("TextButton")
  10. local MusicBTN_5 = Instance.new("TextButton")
  11. local MusicBTN_6 = Instance.new("TextButton")
  12. local MusicBTN_7 = Instance.new("TextButton")
  13. local MusicBTN_8 = Instance.new("TextButton")
  14. local MusicBTN_9 = Instance.new("TextButton")
  15. local MusicBTN_10 = Instance.new("TextButton")
  16. local Music = Instance.new("Frame")
  17. local Playing = Instance.new("TextLabel")
  18. local SoundID = Instance.new("TextBox")
  19. local Play = Instance.new("TextButton")
  20. local Stop = Instance.new("TextButton")
  21. local TextBox = Instance.new("TextBox")
  22.  
  23. wait()
  24.  
  25. PopesMusicGui.Name = "Pope's Music Gui"
  26. PopesMusicGui.Parent = game.Players.LocalPlayer.PlayerGui
  27.  
  28. Drag.Name = "Drag"
  29. Drag.Parent = PopesMusicGui
  30. Drag.Active = true
  31. Drag.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  32. Drag.BackgroundTransparency = 0
  33. Drag.BorderSizePixel = 0
  34. Drag.Draggable = true
  35. Drag.Position = UDim2.new(0.330000013, 0, 0.200000003, 0)
  36. Drag.Selectable = true
  37. Drag.Size = UDim2.new(0, 270, 0, 40)
  38.  
  39. Text.Name = "Text"
  40. Text.Parent = Drag
  41. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Text.BackgroundTransparency = 1
  43. Text.BorderSizePixel = 0
  44. Text.Size = UDim2.new(1, 0, 0, 40)
  45. Text.Font = Enum.Font.SourceSans
  46. Text.FontSize = Enum.FontSize.Size24
  47. Text.Text = "Pope's Music Gui"
  48. Text.TextColor3 = Color3.new(1, 1, 1)
  49. Text.TextSize = 24
  50. Text.TextTransparency = 0.10000000149012
  51.  
  52. Background.Name = "Background"
  53. Background.Parent = Drag
  54. Background.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  55. Background.BackgroundTransparency = 1
  56. Background.BorderSizePixel = 0
  57. Background.Position = UDim2.new(0, 0, 1, 0)
  58. Background.Size = UDim2.new(0, 270, 0, 190)
  59.  
  60. Main.Name = "Main"
  61. Main.Parent = Background
  62. Main.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  63. Main.BackgroundTransparency = 0
  64. Main.BorderSizePixel = 0
  65. Main.Size = UDim2.new(1, 0, 1, 0)
  66. Main.CanvasSize = UDim2.new(0, 0, 3, 0)
  67. Main.ScrollBarThickness = 10
  68.  
  69. MusicBTN_1.Name = "MusicBTN_1"
  70. MusicBTN_1.Parent = Main
  71. MusicBTN_1.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  72. MusicBTN_1.BorderSizePixel = 0
  73. MusicBTN_1.Position = UDim2.new(0, 5, 0, 5)
  74. MusicBTN_1.Size = UDim2.new(0, 245, 0, 50)
  75. MusicBTN_1.Font = Enum.Font.SourceSans
  76. MusicBTN_1.FontSize = Enum.FontSize.Size18
  77. MusicBTN_1.Text = "Hoodie Allen - Lady Killers"
  78. MusicBTN_1.TextColor3 = Color3.new(1, 1, 1)
  79. MusicBTN_1.TextSize = 18
  80. MusicBTN_1.TextTransparency = 0.10000000149012
  81.  
  82. MusicBTN_2.Name = "MusicBTN_2"
  83. MusicBTN_2.Parent = Main
  84. MusicBTN_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  85. MusicBTN_2.BorderSizePixel = 0
  86. MusicBTN_2.Position = UDim2.new(0, 5, 0, 60)
  87. MusicBTN_2.Size = UDim2.new(0, 245, 0, 50)
  88. MusicBTN_2.Font = Enum.Font.SourceSans
  89. MusicBTN_2.FontSize = Enum.FontSize.Size18
  90. MusicBTN_2.Text = "Hoodie Allen - Dumb For You"
  91. MusicBTN_2.TextColor3 = Color3.new(1, 1, 1)
  92. MusicBTN_2.TextSize = 18
  93. MusicBTN_2.TextTransparency = 0.10000000149012
  94.  
  95. MusicBTN_3.Name = "MusicBTN_3"
  96. MusicBTN_3.Parent = Main
  97. MusicBTN_3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  98. MusicBTN_3.BorderSizePixel = 0
  99. MusicBTN_3.Position = UDim2.new(0, 5, 0, 115)
  100. MusicBTN_3.Size = UDim2.new(0, 245, 0, 50)
  101. MusicBTN_3.Font = Enum.Font.SourceSans
  102. MusicBTN_3.FontSize = Enum.FontSize.Size18
  103. MusicBTN_3.Text = "G Eazy - Calm Down"
  104. MusicBTN_3.TextColor3 = Color3.new(1, 1, 1)
  105. MusicBTN_3.TextSize = 18
  106. MusicBTN_3.TextTransparency = 0.10000000149012
  107.  
  108. MusicBTN_4.Name = "MusicBTN_4"
  109. MusicBTN_4.Parent = Main
  110. MusicBTN_4.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  111. MusicBTN_4.BorderSizePixel = 0
  112. MusicBTN_4.Position = UDim2.new(0, 5, 0, 170)
  113. MusicBTN_4.Size = UDim2.new(0, 245, 0, 50)
  114. MusicBTN_4.Font = Enum.Font.SourceSans
  115. MusicBTN_4.FontSize = Enum.FontSize.Size18
  116. MusicBTN_4.Text = "G Eazy - Far Alone"
  117. MusicBTN_4.TextColor3 = Color3.new(1, 1, 1)
  118. MusicBTN_4.TextSize = 18
  119. MusicBTN_4.TextTransparency = 0.10000000149012
  120.  
  121. MusicBTN_5.Name = "MusicBTN_5"
  122. MusicBTN_5.Parent = Main
  123. MusicBTN_5.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  124. MusicBTN_5.BorderSizePixel = 0
  125. MusicBTN_5.Position = UDim2.new(0, 5, 0, 225)
  126. MusicBTN_5.Size = UDim2.new(0, 245, 0, 50)
  127. MusicBTN_5.Font = Enum.Font.SourceSans
  128. MusicBTN_5.FontSize = Enum.FontSize.Size18
  129. MusicBTN_5.Text = "KYLE - iSpy"
  130. MusicBTN_5.TextColor3 = Color3.new(1, 1, 1)
  131. MusicBTN_5.TextSize = 18
  132. MusicBTN_5.TextTransparency = 0.10000000149012
  133.  
  134. MusicBTN_6.Name = "MusicBTN_6"
  135. MusicBTN_6.Parent = Main
  136. MusicBTN_6.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  137. MusicBTN_6.BorderSizePixel = 0
  138. MusicBTN_6.Position = UDim2.new(0, 5, 0, 280)
  139. MusicBTN_6.Size = UDim2.new(0, 245, 0, 50)
  140. MusicBTN_6.Font = Enum.Font.SourceSans
  141. MusicBTN_6.FontSize = Enum.FontSize.Size18
  142. MusicBTN_6.Text = "Night Lovell - Contraband"
  143. MusicBTN_6.TextColor3 = Color3.new(1, 1, 1)
  144. MusicBTN_6.TextSize = 18
  145. MusicBTN_6.TextTransparency = 0.10000000149012
  146.  
  147. MusicBTN_7.Name = "MusicBTN_7"
  148. MusicBTN_7.Parent = Main
  149. MusicBTN_7.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  150. MusicBTN_7.BorderSizePixel = 0
  151. MusicBTN_7.Position = UDim2.new(0, 5, 0, 335)
  152. MusicBTN_7.Size = UDim2.new(0, 245, 0, 50)
  153. MusicBTN_7.Font = Enum.Font.SourceSans
  154. MusicBTN_7.FontSize = Enum.FontSize.Size18
  155. MusicBTN_7.Text = "21 Pilots - Heathens"
  156. MusicBTN_7.TextColor3 = Color3.new(1, 1, 1)
  157. MusicBTN_7.TextSize = 18
  158. MusicBTN_7.TextTransparency = 0.10000000149012
  159.  
  160. MusicBTN_8.Name = "MusicBTN_8"
  161. MusicBTN_8.Parent = Main
  162. MusicBTN_8.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  163. MusicBTN_8.BorderSizePixel = 0
  164. MusicBTN_8.Position = UDim2.new(0, 5, 0, 390)
  165. MusicBTN_8.Size = UDim2.new(0, 245, 0, 50)
  166. MusicBTN_8.Font = Enum.Font.SourceSans
  167. MusicBTN_8.FontSize = Enum.FontSize.Size18
  168. MusicBTN_8.Text = "Logic - Flexicution"
  169. MusicBTN_8.TextColor3 = Color3.new(1, 1, 1)
  170. MusicBTN_8.TextSize = 18
  171. MusicBTN_8.TextTransparency = 0.10000000149012
  172.  
  173. MusicBTN_9.Name = "MusicBTN_9"
  174. MusicBTN_9.Parent = Main
  175. MusicBTN_9.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  176. MusicBTN_9.BorderSizePixel = 0
  177. MusicBTN_9.Position = UDim2.new(0, 5, 0, 445)
  178. MusicBTN_9.Size = UDim2.new(0, 245, 0, 50)
  179. MusicBTN_9.Font = Enum.Font.SourceSans
  180. MusicBTN_9.FontSize = Enum.FontSize.Size18
  181. MusicBTN_9.Text = "Coucheron - LOUD"
  182. MusicBTN_9.TextColor3 = Color3.new(1, 1, 1)
  183. MusicBTN_9.TextSize = 18
  184. MusicBTN_9.TextTransparency = 0.10000000149012
  185.  
  186. MusicBTN_10.Name = "MusicBTN_10"
  187. MusicBTN_10.Parent = Main
  188. MusicBTN_10.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  189. MusicBTN_10.BorderSizePixel = 0
  190. MusicBTN_10.Position = UDim2.new(0, 5, 0, 500)
  191. MusicBTN_10.Size = UDim2.new(0, 245, 0, 50)
  192. MusicBTN_10.Font = Enum.Font.SourceSans
  193. MusicBTN_10.FontSize = Enum.FontSize.Size18
  194. MusicBTN_10.Text = "The Chainsmokers - Roses"
  195. MusicBTN_10.TextColor3 = Color3.new(1, 1, 1)
  196. MusicBTN_10.TextSize = 18
  197. MusicBTN_10.TextTransparency = 0.10000000149012
  198.  
  199. Music.Name = "Music"
  200. Music.Parent = Background
  201. Music.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  202. Music.BackgroundTransparency = 0
  203. Music.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  204. Music.BorderSizePixel = 0
  205. Music.Position = UDim2.new(0, 0, 1, 0)
  206. Music.Size = UDim2.new(1, 0, 0, 110)
  207.  
  208. Playing.Name = "Playing"
  209. Playing.Parent = Music
  210. Playing.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Playing.BackgroundTransparency = 1
  212. Playing.BorderSizePixel = 0
  213. Playing.Size = UDim2.new(1, 0, 0.0500000007, 20)
  214. Playing.Font = Enum.Font.SourceSans
  215. Playing.FontSize = Enum.FontSize.Size18
  216. Playing.Text = "Now playing: N/A"
  217. Playing.TextColor3 = Color3.new(1, 1, 1)
  218. Playing.TextSize = 18
  219.  
  220. SoundID.Name = "SoundID"
  221. SoundID.Parent = Music
  222. SoundID.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  223. SoundID.BorderSizePixel = 0
  224. SoundID.Position = UDim2.new(0.100000001, 0, 0.280000001, 0)
  225. SoundID.Size = UDim2.new(0.800000012, 0, 0, 35)
  226. SoundID.Font = Enum.Font.SourceSans
  227. SoundID.FontSize = Enum.FontSize.Size18
  228. SoundID.Text = "Sound ID"
  229. SoundID.TextColor3 = Color3.new(1, 1, 1)
  230. SoundID.TextSize = 18
  231.  
  232. Stop.Name = "Stop"
  233. Stop.Parent = Music
  234. Stop.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  235. Stop.BackgroundTransparency = 0.30000001192093
  236. Stop.BorderSizePixel = 0
  237. Stop.Position = UDim2.new(0.1, 0, 0.600, 0)
  238. Stop.Size = UDim2.new(0.20, 0, 0, 35)
  239. Stop.Font = Enum.Font.SourceSans
  240. Stop.FontSize = Enum.FontSize.Size18
  241. Stop.Text = "Stop"
  242. Stop.TextColor3 = Color3.new(1, 1, 1)
  243. Stop.TextSize = 18
  244.  
  245. Play.Name = "Play"
  246. Play.Parent = Music
  247. Play.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  248. Play.BackgroundTransparency = 0.30000001192093
  249. Play.BorderSizePixel = 0
  250. Play.Position = UDim2.new(0.304, 0, 0.600, 0)
  251. Play.Size = UDim2.new(0.395, 0, 0, 35)
  252. Play.Font = Enum.Font.SourceSans
  253. Play.FontSize = Enum.FontSize.Size18
  254. Play.Text = "Play"
  255. Play.TextColor3 = Color3.new(1, 1, 1)
  256. Play.TextSize = 18
  257.  
  258. TextBox.Parent = Music
  259. TextBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  260. TextBox.BackgroundTransparency = 0.30000001192093
  261. TextBox.BorderSizePixel = 0
  262. TextBox.Position = UDim2.new(0.703, 0, 0.600, 0)
  263. TextBox.Size = UDim2.new(0.20, 0, 0, 35)
  264. TextBox.Font = Enum.Font.SourceSans
  265. TextBox.FontSize = Enum.FontSize.Size18
  266. TextBox.Text = "Volume"
  267. TextBox.TextColor3 = Color3.new(1, 1, 1)
  268. TextBox.TextSize = 18
  269.  
  270. local Follow='LocalPlayer'
  271. local Plr=game.Players[Follow]
  272. local Char=Plr.Character
  273. local RootPart=Char.HumanoidRootPart
  274.  
  275. local Parts=Instance.new('Model')
  276. Parts.Parent=Char
  277.  
  278. local Whitelist={}
  279.  
  280. Whitelist[Plr.Name]={Name=Plr.Name,UserId=Plr.UserId}
  281.  
  282. local Settings={
  283. Prefix=';',
  284. Color='Light blue',
  285. Body=0,
  286. Rainbow=true,
  287. Global=false,
  288. Angle=25,
  289. Goal=.30,
  290. Split=1,
  291. Parts=2,
  292. Disposition=3,
  293. Power=400,
  294. Material='Neon',
  295. Colors={
  296. Color3.fromRGB(244,66,66),
  297. Color3.fromRGB(244,149,66),
  298. Color3.fromRGB(244,203,66),
  299. Color3.fromRGB(83,244,66),
  300. Color3.fromRGB(66,244,212),
  301. Color3.fromRGB(66,152,244),
  302. Color3.fromRGB(107,66,244),
  303. Color3.fromRGB(229,66,244)
  304. }
  305. }
  306.  
  307. function Sound(Name,Looped,Pitch,Volume,ID,Parent)
  308. local Snd=Instance.new('Sound')
  309. Snd.Name=Name
  310. Snd.SoundId='rbxassetid://'..ID
  311. Snd.Looped=Looped
  312. Snd.PlaybackSpeed=Pitch
  313. Snd.Volume=Volume
  314. Snd.EmitterSize=10
  315. Snd.MaxDistance=100
  316. Snd.Parent=Parent
  317.  
  318. return Snd
  319. end
  320.  
  321. local Music=Sound('Music',true,1,1,1,RootPart)
  322.  
  323. function Part(Num)
  324. Settings.Parts=Num
  325.  
  326. for i,v in pairs(Parts:GetChildren()) do
  327. v:Destroy()
  328. end
  329.  
  330. for i=1,Num do
  331. local P=Instance.new('Part')
  332. local Light=Instance.new('PointLight')
  333. Light.Brightness=1
  334. Light.Range=5
  335. Light.Parent=P
  336. P.BrickColor=BrickColor.new(Settings.Color)
  337. P.Transparency=0
  338. P.Anchored=true
  339. P.CanCollide=false
  340. P.Material=Settings.Material
  341. P.Size=Vector3.new(.2,.2,.2)
  342. P.CFrame=CFrame.new(RootPart.CFrame.X,RootPart.CFrame.Y+Settings.Body,RootPart.CFrame.Z)
  343. P.Locked=true
  344. P.Parent=Parts
  345. end
  346. end
  347.  
  348. Part(31)
  349.  
  350. function ColorChange()
  351. while game:GetService'RunService'.RenderStepped:wait() do
  352. local Color=Settings.Colors[math.random(1,#Settings.Colors)]
  353. for i,v in pairs(Parts:GetChildren()) do
  354. v.Material=Settings.Material
  355. if Settings.Rainbow==false then
  356. v.BrickColor=BrickColor.new(Settings.Color)
  357. v.PointLight.Color=Color3.fromRGB(255,255,255)
  358. else
  359. v.BrickColor=BrickColor.new(Color)
  360. v.PointLight.Color=Color
  361. end
  362. end
  363. end
  364. end
  365.  
  366. local Rad=0
  367.  
  368. function Rot()
  369. while game:GetService'RunService'.RenderStepped:wait() do
  370. Rad=Rad+1
  371.  
  372. if Rad>=360 then
  373. Rad=0
  374. end
  375.  
  376. for i,v in pairs(Parts:GetChildren()) do
  377. v.CFrame=v.CFrame:Lerp(CFrame.new(RootPart.CFrame.X,RootPart.CFrame.Y+Settings.Body,RootPart.CFrame.Z)*CFrame.Angles(0,math.rad((360/Settings.Parts)*((i+(i*Settings.Angle))/Settings.Split)+Rad),0)*CFrame.new(0,0,Settings.Disposition+(v.Size.Z)),Settings.Goal)
  378. end
  379. end
  380. end
  381.  
  382. function Size()
  383. while game:GetService'RunService'.RenderStepped:wait() do
  384. for i,v in pairs(Parts:GetChildren()) do
  385. v.Size=v.Size:Lerp(Vector3.new(.8,.2,(Music.PlaybackLoudness/Settings.Power)*math.random(4,8)),Settings.Goal)
  386. end
  387. end
  388. end
  389.  
  390. spawn(Rot)
  391. spawn(Size)
  392. spawn(ColorChange)
  393.  
  394. Play.MouseButton1Down:connect(function()
  395. local Asset = game:GetService("MarketplaceService"):GetProductInfo(SoundID.Text)
  396. Music.SoundId='https://www.roblox.com/asset/?id= '..SoundID.Text
  397. Music:Play()
  398. Music.Volume = TextBox.Text
  399. Playing.Text = "Now playing: "..Asset.Name
  400. end)
  401.  
  402. function Play1()
  403. local Asset = game:GetService("MarketplaceService"):GetProductInfo(342067275)
  404. MusicBTN_1.MouseButton1Down:connect(function()
  405. Music.SoundId = 'rbxassetid://342067275'
  406. Music:Play()
  407. Music.Volume = TextBox.Text
  408. Playing.Text = "Now playing: "..Asset.Name
  409. end)
  410. end
  411.  
  412. function Play2()
  413. local Asset = game:GetService("MarketplaceService"):GetProductInfo(197831678)
  414. MusicBTN_2.MouseButton1Down:connect(function()
  415. Music.SoundId = 'rbxassetid://197831678'
  416. Music:Play()
  417. Music.Volume = TextBox.Text
  418. Playing.Text = "Now playing: "..Asset.Name
  419. end)
  420. end
  421.  
  422. function Play3()
  423. local Asset = game:GetService("MarketplaceService"):GetProductInfo(332825328)
  424. MusicBTN_3.MouseButton1Down:connect(function()
  425. Music.SoundId = 'rbxassetid://332825328'
  426. Music:Play()
  427. Music.Volume = TextBox.Text
  428. Playing.Text = "Now playing: "..Asset.Name
  429. end)
  430. end
  431.  
  432. function Play4()
  433. local Asset = game:GetService("MarketplaceService"):GetProductInfo(271827870)
  434. MusicBTN_4.MouseButton1Down:connect(function()
  435. Music.SoundId = 'rbxassetid://271827870'
  436. Music:Play()
  437. Music.Volume = TextBox.Text
  438. Playing.Text = "Now playing: "..Asset.Name
  439. end)
  440. end
  441.  
  442. function Play5()
  443. local Asset = game:GetService("MarketplaceService"):GetProductInfo(565649306)
  444. MusicBTN_5.MouseButton1Down:connect(function()
  445. Music.SoundId = 'rbxassetid://565649306'
  446. Music:Play()
  447. Music.Volume = TextBox.Text
  448. Playing.Text = "Now playing: "..Asset.Name
  449. end)
  450. end
  451.  
  452. function Play6()
  453. local Asset = game:GetService("MarketplaceService"):GetProductInfo(538127682)
  454. MusicBTN_6.MouseButton1Down:connect(function()
  455. Music.SoundId = 'rbxassetid://538127682'
  456. Music:Play()
  457. Music.Volume = TextBox.Text
  458. Playing.Text = "Now playing: "..Asset.Name
  459. end)
  460. end
  461.  
  462. function Play7()
  463. local Asset = game:GetService("MarketplaceService"):GetProductInfo(437141803)
  464. MusicBTN_7.MouseButton1Down:connect(function()
  465. Music.SoundId = 'rbxassetid://437141803'
  466. Music:Play()
  467. Music.Volume = TextBox.Text
  468. Playing.Text = "Now playing: "..Asset.Name
  469. end)
  470. end
  471.  
  472. function Play8()
  473. local Asset = game:GetService("MarketplaceService"):GetProductInfo(437864653)
  474. MusicBTN_8.MouseButton1Down:connect(function()
  475. Music.SoundId = 'rbxassetid://437864653'
  476. Music:Play()
  477. Music.Volume = TextBox.Text
  478. Playing.Text = "Now playing: "..Asset.Name
  479. end)
  480. end
  481.  
  482. function Play9()
  483. local Asset = game:GetService("MarketplaceService"):GetProductInfo(585319841)
  484. MusicBTN_9.MouseButton1Down:connect(function()
  485. Music.SoundId = 'rbxassetid://585319841'
  486. Music:Play()
  487. Music.Volume = TextBox.Text
  488. Playing.Text = "Now playing: "..Asset.Name
  489. end)
  490. end
  491.  
  492. function Play10()
  493. local Asset = game:GetService("MarketplaceService"):GetProductInfo(270481110)
  494. MusicBTN_10.MouseButton1Down:connect(function()
  495. Music.SoundId = 'rbxassetid://270481110'
  496. Music:Play()
  497. Music.Volume = TextBox.Text
  498. Playing.Text = "Now playing: "..Asset.Name
  499. end)
  500. end
  501.  
  502. Stop.MouseButton1Down:connect(function()
  503. local Asset1 = game:GetService("MarketplaceService"):GetProductInfo(342067275)
  504. local Asset2 = game:GetService("MarketplaceService"):GetProductInfo(197831678)
  505. local Asset3 = game:GetService("MarketplaceService"):GetProductInfo(332825328)
  506. local Asset4 = game:GetService("MarketplaceService"):GetProductInfo(271827870)
  507. local Asset5 = game:GetService("MarketplaceService"):GetProductInfo(565649306)
  508. local Asset6 = game:GetService("MarketplaceService"):GetProductInfo(538127682)
  509. local Asset7 = game:GetService("MarketplaceService"):GetProductInfo(437141803)
  510. local Asset8 = game:GetService("MarketplaceService"):GetProductInfo(437864653)
  511. local Asset9 = game:GetService("MarketplaceService"):GetProductInfo(585319841)
  512. local Asset10 = game:GetService("MarketplaceService"):GetProductInfo(270481110)
  513. Music.SoundId='https://www.roblox.com/asset/?id= '..SoundID.Text
  514. Music:Stop()
  515. wait()
  516. Playing.Text = "Now playing: N/A"
  517. end)
  518.  
  519. Play1()
  520. Play2()
  521. Play3()
  522. Play4()
  523. Play5()
  524. Play6()
  525. Play7()
  526. Play8()
  527. Play9()
  528. Play10()
Add Comment
Please, Sign In to add comment