Advertisement
meldrednyx

Latest Music Gui

Nov 3rd, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.24 KB | None | 0 0
  1. game:GetService'StarterGui':SetCore('SendNotification', {
  2. Title = 'Meldrednyx ',
  3. Text = 'SadBoi Studios Admin!',
  4. Icon = 'http://www.roblox.com/asset/?id=7425752384',
  5. Button1 = 'Est.12/14/2020',
  6. Duration = 5
  7. })
  8. local MelMusic = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local Charge = Instance.new("ImageLabel")
  11. local UICorner = Instance.new("UICorner")
  12. local Bat = Instance.new("ImageLabel")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local title = Instance.new("TextLabel")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local IDBox = Instance.new("TextBox")
  17. local ChangeB = Instance.new("TextButton")
  18. local UICorner_4 = Instance.new("UICorner")
  19. local Close = Instance.new("TextButton")
  20. local Open = Instance.new("TextButton")
  21. local UICorner_5 = Instance.new("UICorner")
  22.  
  23. --Properties:
  24.  
  25. MelMusic.Name = "MelMusic"
  26. MelMusic.Parent = game.CoreGui
  27. MelMusic.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = MelMusic
  31. Main.Active = true
  32. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  33. Main.BackgroundColor3 = Color3.fromRGB(4, 4, 4)
  34. Main.BackgroundTransparency = 1.000
  35. Main.Position = UDim2.new(0.135000005, 0, 1.5, 0)
  36. Main.Size = UDim2.new(0, 190, 0, 242)
  37.  
  38. Charge.Name = "Charge"
  39. Charge.Parent = Main
  40. Charge.AnchorPoint = Vector2.new(0.5, 0.5)
  41. Charge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. Charge.BackgroundTransparency = 1.000
  43. Charge.Position = UDim2.new(0.499914557, 0, 0.494682491, 0)
  44. Charge.Size = UDim2.new(0, 190, 0, 241)
  45. Charge.Image = "http://www.roblox.com/asset/?id=2580360948"
  46.  
  47. UICorner.CornerRadius = UDim.new(0.224999994, 0)
  48. UICorner.Parent = Charge
  49.  
  50. Bat.Name = "Bat"
  51. Bat.Parent = Main
  52. Bat.AnchorPoint = Vector2.new(0.5, 0.5)
  53. Bat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. Bat.BackgroundTransparency = 1.000
  55. Bat.Position = UDim2.new(0.499264926, 0, 0.367990047, 0)
  56. Bat.Size = UDim2.new(0, 189, 0, 130)
  57. Bat.Image = "http://www.roblox.com/asset/?id=7109408926"
  58.  
  59. UICorner_2.CornerRadius = UDim.new(0.5, 0)
  60. UICorner_2.Parent = Bat
  61.  
  62. title.Name = "title"
  63. title.Parent = Main
  64. title.AnchorPoint = Vector2.new(0.5, 0.5)
  65. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. title.BackgroundTransparency = 1.000
  67. title.Position = UDim2.new(0.497421741, 0, 0.106171034, 0)
  68. title.Size = UDim2.new(0, 190, 0, 35)
  69. title.Font = Enum.Font.GothamBlack
  70. title.Text = "Music Player"
  71. title.TextColor3 = Color3.fromRGB(100, 100, 100)
  72. title.TextSize = 13.000
  73. title.TextWrapped = true
  74.  
  75. UICorner_3.CornerRadius = UDim.new(0.5, 0)
  76. UICorner_3.Parent = title
  77.  
  78. IDBox.Name = "IDBox"
  79. IDBox.Parent = Main
  80. IDBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  81. IDBox.BackgroundTransparency = 0.900
  82. IDBox.Position = UDim2.new(0.178698927, 0, 0.329396635, 0)
  83. IDBox.Size = UDim2.new(0, 130, 0, 24)
  84. IDBox.Font = Enum.Font.Michroma
  85. IDBox.Text = "Song ID"
  86. IDBox.TextColor3 = Color3.fromRGB(254, 254, 254)
  87. IDBox.TextSize = 14.000
  88.  
  89. ChangeB.Name = "ChangeB"
  90. ChangeB.Parent = Main
  91. ChangeB.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  92. ChangeB.BorderColor3 = Color3.fromRGB(27, 42, 53)
  93. ChangeB.BorderSizePixel = 0
  94. ChangeB.Position = UDim2.new(0.168172613, 0, 0.509536386, 0)
  95. ChangeB.Size = UDim2.new(0, 124, 0, 30)
  96. ChangeB.Font = Enum.Font.Michroma
  97. ChangeB.Text = "ChangeSong"
  98. ChangeB.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. ChangeB.TextSize = 14.000
  100. ChangeB.MouseButton1Click:Connect(function()
  101. getgenv().audioId = IDBox.Text -- self explanatory
  102. getgenv().soundVolume = 1 -- up to 10
  103. local userdata_1 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions;
  104. local userdata_2 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List;
  105. local userdata_3 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List.Template;
  106. local table_2 = {
  107. ["Name"] = 'Clap',
  108. ["GroupColor"] = 'Bright blue'
  109. };
  110. local table_1 = {
  111. ["Sleep"] = {
  112. ["SoundLooped"] = true,
  113. ["R15"] = 4308418502,
  114. ["FaceId"] = 66329905,
  115. ["Object"] = 'Sleep',
  116. ["Name"] = 'Sleep',
  117. ["R6"] = 868450390,
  118. ["SoundId"] = audioId,
  119. ["Priority"] = 'Enum.AnimationPriority.Action',
  120. ["Volume"] = soundVolume,
  121. ["MovementCancel"] = true
  122. },
  123. ["Bye"] = {
  124. ["Name"] = 'Bye',
  125. ["R6"] = 154179312,
  126. ["SoundId"] = audioId,
  127. ["Priority"] = 'Enum.AnimationPriority.Action',
  128. ["R15"] = 4308390587,
  129. ["Object"] = 'Bye'
  130. },
  131. ["Point"] = {
  132. ["Name"] = 'Point',
  133. ["R6"] = 154188723,
  134. ["SoundId"] = audioId,
  135. ["Priority"] = 'Enum.AnimationPriority.Action',
  136. ["R15"] = 4308408568,
  137. ["Object"] = 'Point'
  138. },
  139. ["Bathtub"] = {
  140. ["Name"] = 'Bathtub',
  141. ["R6"] = 1799552363,
  142. ["Priority"] = 'Enum.AnimationPriority.Core',
  143. ["R15"] = 1794938782,
  144. ["Object"] = 'Bathtub'
  145. },
  146. ["Glee"] = {
  147. ["Object"] = 'Glee',
  148. ["Name"] = 'Glee',
  149. ["FaceId"] = 27802003,
  150. ["SoundId"] = audioId,
  151. ["Priority"] = 'Enum.AnimationPriority.Action',
  152. ["R15"] = 4308399012,
  153. ["R6"] = 154159852
  154. },
  155. ["Coffin"] = {
  156. ["Name"] = 'Coffin',
  157. ["MovementCancel"] = true,
  158. ["R15"] = 2506115448,
  159. ["Priority"] = 'Enum.AnimationPriority.Action',
  160. ["Object"] = 'Coffin',
  161. ["R6"] = 2506141081
  162. },
  163. ["Twist"] = {
  164. ["Name"] = 'Twist',
  165. ["MovementCancel"] = true,
  166. ["Priority"] = 'Enum.AnimationPriority.Action',
  167. ["R15"] = 4308333353,
  168. ["Object"] = 'Twist'
  169. },
  170. ["ToolHold"] = {
  171. ["Name"] = 'ToolHold',
  172. ["R6"] = 182393478,
  173. ["Priority"] = 'Enum.AnimationPriority.Action',
  174. ["R15"] = 4308323620,
  175. ["Object"] = 'ToolHold'
  176. },
  177. ["Confused"] = {
  178. ["Object"] = 'Confused',
  179. ["Name"] = 'Confused',
  180. ["FaceId"] = 120250454,
  181. ["SoundId"] = audioId,
  182. ["Priority"] = 'Enum.AnimationPriority.Action',
  183. ["R15"] = 4308393154,
  184. ["R6"] = 154183110
  185. },
  186. ["DrinkSmoothie"] = {
  187. ["Object"] = 'DrinkSmoothie',
  188. ["Priority"] = 'Enum.AnimationPriority.Action',
  189. ["Name"] = 'DrinkSmoothie',
  190. ["R15"] = 3339779154
  191. },
  192. ["DrinkCoffee"] = {
  193. ["Object"] = 'DrinkCoffee',
  194. ["Priority"] = 'Enum.AnimationPriority.Action',
  195. ["Name"] = 'DrinkCoffee',
  196. ["R15"] = 3339576493
  197. },
  198. ["Shocked"] = {
  199. ["Object"] = 'Shocked',
  200. ["Name"] = 'Shocked',
  201. ["FaceId"] = 1601874588,
  202. ["SoundId"] = audioId,
  203. ["Priority"] = 'Enum.AnimationPriority.Action',
  204. ["R15"] = 1602091152,
  205. ["R6"] = 1620310558
  206. },
  207. ["Laugh"] = {
  208. ["Object"] = 'Laugh',
  209. ["Name"] = 'Laugh',
  210. ["FaceId"] = 32063242,
  211. ["SoundId"] = audioId,
  212. ["Priority"] = 'Enum.AnimationPriority.Action',
  213. ["R15"] = 4308402710,
  214. ["R6"] = 154166518
  215. },
  216. ["Idle"] = {
  217. ["Name"] = 'Idle',
  218. ["Weight"] = 0.4,
  219. ["R15"] = 507766388,
  220. ["Priority"] = 'Enum.AnimationPriority.Core',
  221. ["Object"] = 'Idle',
  222. ["R6"] = 180435571
  223. },
  224. ["Jump"] = {
  225. ["Name"] = 'Jump',
  226. ["Weight"] = 0.7,
  227. ["R15"] = 507765000,
  228. ["Priority"] = 'Enum.AnimationPriority.Core',
  229. ["Object"] = 'Jump',
  230. ["R6"] = 125750702
  231. },
  232. ["Sad"] = {
  233. ["Object"] = 'Sad',
  234. ["Name"] = 'Sad',
  235. ["FaceId"] = 76690153,
  236. ["SoundId"] = audioId,
  237. ["Priority"] = 'Enum.AnimationPriority.Action',
  238. ["R15"] = 4308410706,
  239. ["R6"] = 153230853
  240. },
  241. ["Run"] = {
  242. ["Name"] = 'Run',
  243. ["Weight"] = 1,
  244. ["R15"] = 507767714,
  245. ["Priority"] = 'Enum.AnimationPriority.Core',
  246. ["Object"] = 'Run',
  247. ["R6"] = 180426354
  248. },
  249. ["Swim"] = {
  250. ["Name"] = 'Swim',
  251. ["R6"] = 865902879,
  252. ["Priority"] = 'Enum.AnimationPriority.Core',
  253. ["R15"] = 507784897,
  254. ["Object"] = 'Swim'
  255. },
  256. ["SwimIdle"] = {
  257. ["Name"] = 'SwimIdle',
  258. ["Weight"] = 0.5,
  259. ["R15"] = 507785072,
  260. ["Priority"] = 'Enum.AnimationPriority.Core',
  261. ["Object"] = 'SwimIdle',
  262. ["R6"] = 865918502
  263. },
  264. ["ConfusionOrb"] = {
  265. ["Name"] = 'ConfusionOrb',
  266. ["R6"] = 866550588,
  267. ["Priority"] = 'Enum.AnimationPriority.Action',
  268. ["R15"] = 866541157,
  269. ["Object"] = 'ConfusionOrb'
  270. },
  271. ["Punch"] = {
  272. ["Name"] = 'Punch',
  273. ["R6"] = 3175899997,
  274. ["Priority"] = 'Enum.AnimationPriority.Action',
  275. ["R15"] = 3175791062,
  276. ["Object"] = 'Punch'
  277. },
  278. ["Amazed"] = {
  279. ["Object"] = 'Amazed',
  280. ["Name"] = 'Amazed',
  281. ["FaceId"] = 45528113,
  282. ["SoundId"] = audioId,
  283. ["Priority"] = 'Enum.AnimationPriority.Action',
  284. ["R15"] = 154174346,
  285. ["R6"] = 154174346
  286. },
  287. ["Walk"] = {
  288. ["Name"] = 'Walk',
  289. ["Weight"] = 0.6,
  290. ["R15"] = 507777826,
  291. ["Priority"] = 'Enum.AnimationPriority.Core',
  292. ["Object"] = 'Walk',
  293. ["R6"] = 180426354
  294. },
  295. ["Swing"] = {
  296. ["Name"] = 'Swing',
  297. ["MovementCancel"] = true,
  298. ["Priority"] = 'Enum.AnimationPriority.Action',
  299. ["R15"] = 4308330448,
  300. ["Object"] = 'Swing'
  301. },
  302. ["Shuffle"] = {
  303. ["Name"] = 'Shuffle',
  304. ["MovementCancel"] = true,
  305. ["Priority"] = 'Enum.AnimationPriority.Action',
  306. ["R15"] = 4308343244,
  307. ["Object"] = 'Shuffle'
  308. },
  309. ["Whistle"] = {
  310. ["Object"] = 'Whistle',
  311. ["Name"] = 'Whistle',
  312. ["Weight"] = 0.4,
  313. ["R15"] = 4308430737,
  314. ["Priority"] = 'Enum.AnimationPriority.Action',
  315. ["R6"] = 180435571,
  316. ["FaceId"] = 22877631
  317. },
  318. ["Cheer"] = {
  319. ["Object"] = 'Cheer',
  320. ["Name"] = 'Cheer',
  321. ["FaceId"] = 27802003,
  322. ["SoundId"] = audioId,
  323. ["Priority"] = 'Enum.AnimationPriority.Action',
  324. ["R15"] = 507770677,
  325. ["R6"] = 129423030
  326. },
  327. ["Evil"] = {
  328. ["Object"] = 'Evil',
  329. ["Name"] = 'Evil',
  330. ["FaceId"] = 1604383339,
  331. ["SoundId"] = audioId,
  332. ["Priority"] = 'Enum.AnimationPriority.Action',
  333. ["R15"] = 4308438228,
  334. ["R6"] = 1620296629
  335. },
  336. ["HipHop"] = {
  337. ["Name"] = 'HipHop',
  338. ["MovementCancel"] = true,
  339. ["Priority"] = 'Enum.AnimationPriority.Action',
  340. ["R15"] = 4308346808,
  341. ["Object"] = 'HipHop'
  342. },
  343. ["Dance2"] = {
  344. ["Name"] = 'Dance2',
  345. ["MovementCancel"] = true,
  346. ["R15"] = 507776043,
  347. ["Priority"] = 'Enum.AnimationPriority.Action',
  348. ["Object"] = 'Dance2',
  349. ["R6"] = 182436842
  350. },
  351. ["Dance3"] = {
  352. ["Name"] = 'Dance3',
  353. ["MovementCancel"] = true,
  354. ["R15"] = 507777268,
  355. ["Priority"] = 'Enum.AnimationPriority.Action',
  356. ["Object"] = 'Dance3',
  357. ["R6"] = 182436935
  358. },
  359. ["SitSeat"] = {
  360. ["Name"] = 'SitSeat',
  361. ["Weight"] = 0.99,
  362. ["R15"] = 2506281703,
  363. ["Priority"] = 'Enum.AnimationPriority.Core',
  364. ["Object"] = 'SitSeat',
  365. ["R6"] = 178130996
  366. },
  367. ["Think"] = {
  368. ["Object"] = 'Think',
  369. ["Name"] = 'Think',
  370. ["FaceId"] = 209715003,
  371. ["SoundId"] = audioId,
  372. ["Priority"] = 'Enum.AnimationPriority.Action',
  373. ["R15"] = 4308415882,
  374. ["R6"] = 154185274
  375. },
  376. ["Wave"] = {
  377. ["Name"] = 'Wave',
  378. ["R6"] = 128777973,
  379. ["Priority"] = 'Enum.AnimationPriority.Action',
  380. ["R15"] = 507770239,
  381. ["Object"] = 'Wave'
  382. },
  383. ["Eat"] = {
  384. ["Object"] = 'Eat',
  385. ["Priority"] = 'Enum.AnimationPriority.Action',
  386. ["Name"] = 'Eat',
  387. ["R15"] = 3343204532
  388. },
  389. ["Fall"] = {
  390. ["Name"] = 'Fall',
  391. ["Weight"] = 0.7,
  392. ["R15"] = 507767968,
  393. ["Priority"] = 'Enum.AnimationPriority.Core',
  394. ["Object"] = 'Fall',
  395. ["R6"] = 180436148
  396. },
  397. ["ThrowCoin"] = {
  398. ["Name"] = 'ThrowCoin',
  399. ["R6"] = 156055482,
  400. ["Priority"] = 'Enum.AnimationPriority.Action',
  401. ["R15"] = 867194400,
  402. ["Object"] = 'ThrowCoin'
  403. },
  404. ["Easy"] = {
  405. ["Name"] = 'Easy',
  406. ["MovementCancel"] = true,
  407. ["Priority"] = 'Enum.AnimationPriority.Action',
  408. ["R15"] = 4308337079,
  409. ["Object"] = 'Easy'
  410. },
  411. ["Driving"] = {
  412. ["Name"] = 'Driving',
  413. ["Weight"] = 0.99,
  414. ["R15"] = 866020346,
  415. ["Priority"] = 'Enum.AnimationPriority.Core',
  416. ["Object"] = 'Driving',
  417. ["R6"] = 178130996
  418. },
  419. ["Sit"] = {
  420. ["Name"] = 'Sit',
  421. ["MovementCancel"] = true,
  422. ["R15"] = 4308421826,
  423. ["Priority"] = 'Enum.AnimationPriority.Action',
  424. ["Object"] = 'Sit',
  425. ["R6"] = 868508890
  426. },
  427. ["SleepSeat"] = {
  428. ["SoundLooped"] = true,
  429. ["R15"] = 4308318405,
  430. ["FaceId"] = 66329905,
  431. ["Object"] = 'SleepSeat',
  432. ["Name"] = 'SleepSeat',
  433. ["R6"] = 869468579,
  434. ["SoundId"] = audioId,
  435. ["Priority"] = 'Enum.AnimationPriority.Action',
  436. ["Volume"] = soundVolume,
  437. ["MovementCancel"] = true
  438. },
  439. ["Marashin"] = {
  440. ["Name"] = 'Marashin',
  441. ["MovementCancel"] = true,
  442. ["Priority"] = 'Enum.AnimationPriority.Action',
  443. ["R15"] = 4308362239,
  444. ["Object"] = 'Marashin'
  445. },
  446. ["Scared"] = {
  447. ["Object"] = 'Scared',
  448. ["Name"] = 'Scared',
  449. ["FaceId"] = 47206380,
  450. ["SoundId"] = audioId,
  451. ["Priority"] = 'Enum.AnimationPriority.Action',
  452. ["R15"] = 4308413393,
  453. ["R6"] = 154170755
  454. },
  455. ["Clap"] = {
  456. ["Name"] = 'Clap',
  457. ["R6"] = 868730451,
  458. ["SoundId"] = audioId,
  459. ["Priority"] = 'Enum.AnimationPriority.Action',
  460. ["R15"] = 4308424082,
  461. ["Object"] = 'Clap'
  462. },
  463. ["HipHop2"] = {
  464. ["Name"] = 'HipHop2',
  465. ["MovementCancel"] = true,
  466. ["Priority"] = 'Enum.AnimationPriority.Action',
  467. ["R15"] = 4308356261,
  468. ["Object"] = 'HipHop2'
  469. },
  470. ["Die"] = {
  471. ["Object"] = 'Die',
  472. ["R15"] = 4308443969,
  473. ["Name"] = 'Die',
  474. ["MovementCancel"] = true,
  475. ["SoundId"] = audioId,
  476. ["Priority"] = 'Enum.AnimationPriority.Action',
  477. ["R6"] = 1620270981,
  478. ["FaceId"] = 1604616024
  479. },
  480. ["Disgust"] = {
  481. ["Object"] = 'Disgust',
  482. ["Name"] = 'Disgust',
  483. ["FaceId"] = 1598203828,
  484. ["SoundId"] = audioId,
  485. ["Priority"] = 'Enum.AnimationPriority.Action',
  486. ["R15"] = 4308435046,
  487. ["R6"] = 1620305485
  488. },
  489. ["Hi"] = {
  490. ["Name"] = 'Hi',
  491. ["R6"] = 154179312,
  492. ["SoundId"] = audioId,
  493. ["Priority"] = 'Enum.AnimationPriority.Action',
  494. ["R15"] = 4308390587,
  495. ["Object"] = 'Hi'
  496. },
  497. ["Flair"] = {
  498. ["Name"] = 'Flair',
  499. ["MovementCancel"] = true,
  500. ["Priority"] = 'Enum.AnimationPriority.Action',
  501. ["R15"] = 4308358633,
  502. ["Object"] = 'Flair'
  503. },
  504. ["Dance"] = {
  505. ["Name"] = 'Dance',
  506. ["MovementCancel"] = true,
  507. ["R15"] = 507771019,
  508. ["SoundId"] = audioId,
  509. ["Priority"] = 'Enum.AnimationPriority.Action',
  510. ["Object"] = 'Dance',
  511. ["R6"] = 182435998
  512. },
  513. ["Climb"] = {
  514. ["Name"] = 'Climb',
  515. ["R6"] = 180436334,
  516. ["Priority"] = 'Enum.AnimationPriority.Core',
  517. ["R15"] = 507765644,
  518. ["Object"] = 'Climb'
  519. },
  520. ["WashHands"] = {
  521. ["Name"] = 'WashHands',
  522. ["R6"] = 1620296629,
  523. ["Priority"] = 'Enum.AnimationPriority.Action',
  524. ["R15"] = 1799726387,
  525. ["Object"] = 'WashHands'
  526. },
  527. ["ScaredOpeingPumpkin"] = {
  528. ["Object"] = 'ScaredOpeingPumpkin',
  529. ["Name"] = 'ScaredOpeingPumpkin',
  530. ["FaceId"] = 47206380,
  531. ["SoundId"] = audioId,
  532. ["Priority"] = 'Enum.AnimationPriority.Idle',
  533. ["R15"] = 867226524,
  534. ["R6"] = 154170755
  535. },
  536. ["Angry"] = {
  537. ["Object"] = 'Angry',
  538. ["Name"] = 'Angry',
  539. ["FaceId"] = 14020216,
  540. ["SoundId"] = audioId,
  541. ["Priority"] = 'Enum.AnimationPriority.Action',
  542. ["R15"] = 4308387518,
  543. ["R6"] = 154168543
  544. }
  545. };
  546. local Target = game:GetService("Workspace").Main.LoadSoundsIntoHead;
  547. for index, sound in pairs(game:service'Players'.LocalPlayer.Character.Head:GetChildren()) do
  548. if sound:IsA'Sound' then
  549. sound:Destroy()
  550. end
  551. end
  552. Target:FireServer(table_1)
  553. wait(.75)
  554. game:GetService("Players").LocalPlayer.PlayerGui.UIEvents.ListItemPressed:Fire(userdata_1, userdata_2, userdata_3, table_2);
  555. end)
  556.  
  557. UICorner_4.CornerRadius = UDim.new(0.5, 0)
  558. UICorner_4.Parent = ChangeB
  559.  
  560. Close.Name = "Close"
  561. Close.Parent = Main
  562. Close.AnchorPoint = Vector2.new(0.5, 0.5)
  563. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  564. Close.BackgroundTransparency = 0.900
  565. Close.Position = UDim2.new(0.501754403, 0, 0.882017672, 0)
  566. Close.Size = UDim2.new(0, 52, 0, 25)
  567. Close.Font = Enum.Font.SciFi
  568. Close.Text = "X"
  569. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  570. Close.TextSize = 18.000
  571. Close.MouseButton1Click:Connect(function()
  572. Main:TweenPosition(UDim2.new(0.135, 0,1.5, 0),"Out","Sine",.7,false)
  573. Open.Visible = true
  574. end)
  575.  
  576. Open.Name = "Open"
  577. Open.Parent = MelMusic
  578. Open.AnchorPoint = Vector2.new(0.5, 0.5)
  579. Open.BackgroundColor3 = Color3.fromRGB(190, 190, 190)
  580. Open.Position = UDim2.new(0.00462125242, 0, 0.5, 0)
  581. Open.Size = UDim2.new(0, 8, 0, 190)
  582. Open.Font = Enum.Font.SourceSans
  583. Open.Text = ""
  584. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  585. Open.TextSize = 14.000
  586. Open.MouseButton1Click:Connect(function()
  587. Main:TweenPosition(UDim2.new(0.135, 0,0.5, 0), "Out","Sine",.5,false)
  588. Open.Visible = false
  589. end)
  590.  
  591. UICorner_5.CornerRadius = UDim.new(0.5, 0)
  592. UICorner_5.Parent = Open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement