Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService'StarterGui':SetCore('SendNotification', {
- Title = 'Meldrednyx ',
- Text = 'SadBoi Studios Admin!',
- Icon = 'http://www.roblox.com/asset/?id=7425752384',
- Button1 = 'Est.12/14/2020',
- Duration = 5
- })
- local MelMusic = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Charge = Instance.new("ImageLabel")
- local UICorner = Instance.new("UICorner")
- local Bat = Instance.new("ImageLabel")
- local UICorner_2 = Instance.new("UICorner")
- local title = Instance.new("TextLabel")
- local UICorner_3 = Instance.new("UICorner")
- local IDBox = Instance.new("TextBox")
- local ChangeB = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- --Properties:
- MelMusic.Name = "MelMusic"
- MelMusic.Parent = game.CoreGui
- MelMusic.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = MelMusic
- Main.Active = true
- Main.AnchorPoint = Vector2.new(0.5, 0.5)
- Main.BackgroundColor3 = Color3.fromRGB(4, 4, 4)
- Main.BackgroundTransparency = 1.000
- Main.Position = UDim2.new(0.135000005, 0, 1.5, 0)
- Main.Size = UDim2.new(0, 190, 0, 242)
- Charge.Name = "Charge"
- Charge.Parent = Main
- Charge.AnchorPoint = Vector2.new(0.5, 0.5)
- Charge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Charge.BackgroundTransparency = 1.000
- Charge.Position = UDim2.new(0.499914557, 0, 0.494682491, 0)
- Charge.Size = UDim2.new(0, 190, 0, 241)
- Charge.Image = "http://www.roblox.com/asset/?id=2580360948"
- UICorner.CornerRadius = UDim.new(0.224999994, 0)
- UICorner.Parent = Charge
- Bat.Name = "Bat"
- Bat.Parent = Main
- Bat.AnchorPoint = Vector2.new(0.5, 0.5)
- Bat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Bat.BackgroundTransparency = 1.000
- Bat.Position = UDim2.new(0.499264926, 0, 0.367990047, 0)
- Bat.Size = UDim2.new(0, 189, 0, 130)
- Bat.Image = "http://www.roblox.com/asset/?id=7109408926"
- UICorner_2.CornerRadius = UDim.new(0.5, 0)
- UICorner_2.Parent = Bat
- title.Name = "title"
- title.Parent = Main
- title.AnchorPoint = Vector2.new(0.5, 0.5)
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.497421741, 0, 0.106171034, 0)
- title.Size = UDim2.new(0, 190, 0, 35)
- title.Font = Enum.Font.GothamBlack
- title.Text = "Music Player"
- title.TextColor3 = Color3.fromRGB(100, 100, 100)
- title.TextSize = 13.000
- title.TextWrapped = true
- UICorner_3.CornerRadius = UDim.new(0.5, 0)
- UICorner_3.Parent = title
- IDBox.Name = "IDBox"
- IDBox.Parent = Main
- IDBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- IDBox.BackgroundTransparency = 0.900
- IDBox.Position = UDim2.new(0.178698927, 0, 0.329396635, 0)
- IDBox.Size = UDim2.new(0, 130, 0, 24)
- IDBox.Font = Enum.Font.Michroma
- IDBox.Text = "Song ID"
- IDBox.TextColor3 = Color3.fromRGB(254, 254, 254)
- IDBox.TextSize = 14.000
- ChangeB.Name = "ChangeB"
- ChangeB.Parent = Main
- ChangeB.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- ChangeB.BorderColor3 = Color3.fromRGB(27, 42, 53)
- ChangeB.BorderSizePixel = 0
- ChangeB.Position = UDim2.new(0.168172613, 0, 0.509536386, 0)
- ChangeB.Size = UDim2.new(0, 124, 0, 30)
- ChangeB.Font = Enum.Font.Michroma
- ChangeB.Text = "ChangeSong"
- ChangeB.TextColor3 = Color3.fromRGB(255, 255, 255)
- ChangeB.TextSize = 14.000
- ChangeB.MouseButton1Click:Connect(function()
- getgenv().audioId = IDBox.Text -- self explanatory
- getgenv().soundVolume = 1 -- up to 10
- local userdata_1 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions;
- local userdata_2 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List;
- local userdata_3 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List.Template;
- local table_2 = {
- ["Name"] = 'Clap',
- ["GroupColor"] = 'Bright blue'
- };
- local table_1 = {
- ["Sleep"] = {
- ["SoundLooped"] = true,
- ["R15"] = 4308418502,
- ["FaceId"] = 66329905,
- ["Object"] = 'Sleep',
- ["Name"] = 'Sleep',
- ["R6"] = 868450390,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Volume"] = soundVolume,
- ["MovementCancel"] = true
- },
- ["Bye"] = {
- ["Name"] = 'Bye',
- ["R6"] = 154179312,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308390587,
- ["Object"] = 'Bye'
- },
- ["Point"] = {
- ["Name"] = 'Point',
- ["R6"] = 154188723,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308408568,
- ["Object"] = 'Point'
- },
- ["Bathtub"] = {
- ["Name"] = 'Bathtub',
- ["R6"] = 1799552363,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["R15"] = 1794938782,
- ["Object"] = 'Bathtub'
- },
- ["Glee"] = {
- ["Object"] = 'Glee',
- ["Name"] = 'Glee',
- ["FaceId"] = 27802003,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308399012,
- ["R6"] = 154159852
- },
- ["Coffin"] = {
- ["Name"] = 'Coffin',
- ["MovementCancel"] = true,
- ["R15"] = 2506115448,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Object"] = 'Coffin',
- ["R6"] = 2506141081
- },
- ["Twist"] = {
- ["Name"] = 'Twist',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308333353,
- ["Object"] = 'Twist'
- },
- ["ToolHold"] = {
- ["Name"] = 'ToolHold',
- ["R6"] = 182393478,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308323620,
- ["Object"] = 'ToolHold'
- },
- ["Confused"] = {
- ["Object"] = 'Confused',
- ["Name"] = 'Confused',
- ["FaceId"] = 120250454,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308393154,
- ["R6"] = 154183110
- },
- ["DrinkSmoothie"] = {
- ["Object"] = 'DrinkSmoothie',
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Name"] = 'DrinkSmoothie',
- ["R15"] = 3339779154
- },
- ["DrinkCoffee"] = {
- ["Object"] = 'DrinkCoffee',
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Name"] = 'DrinkCoffee',
- ["R15"] = 3339576493
- },
- ["Shocked"] = {
- ["Object"] = 'Shocked',
- ["Name"] = 'Shocked',
- ["FaceId"] = 1601874588,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 1602091152,
- ["R6"] = 1620310558
- },
- ["Laugh"] = {
- ["Object"] = 'Laugh',
- ["Name"] = 'Laugh',
- ["FaceId"] = 32063242,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308402710,
- ["R6"] = 154166518
- },
- ["Idle"] = {
- ["Name"] = 'Idle',
- ["Weight"] = 0.4,
- ["R15"] = 507766388,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Idle',
- ["R6"] = 180435571
- },
- ["Jump"] = {
- ["Name"] = 'Jump',
- ["Weight"] = 0.7,
- ["R15"] = 507765000,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Jump',
- ["R6"] = 125750702
- },
- ["Sad"] = {
- ["Object"] = 'Sad',
- ["Name"] = 'Sad',
- ["FaceId"] = 76690153,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308410706,
- ["R6"] = 153230853
- },
- ["Run"] = {
- ["Name"] = 'Run',
- ["Weight"] = 1,
- ["R15"] = 507767714,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Run',
- ["R6"] = 180426354
- },
- ["Swim"] = {
- ["Name"] = 'Swim',
- ["R6"] = 865902879,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["R15"] = 507784897,
- ["Object"] = 'Swim'
- },
- ["SwimIdle"] = {
- ["Name"] = 'SwimIdle',
- ["Weight"] = 0.5,
- ["R15"] = 507785072,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'SwimIdle',
- ["R6"] = 865918502
- },
- ["ConfusionOrb"] = {
- ["Name"] = 'ConfusionOrb',
- ["R6"] = 866550588,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 866541157,
- ["Object"] = 'ConfusionOrb'
- },
- ["Punch"] = {
- ["Name"] = 'Punch',
- ["R6"] = 3175899997,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 3175791062,
- ["Object"] = 'Punch'
- },
- ["Amazed"] = {
- ["Object"] = 'Amazed',
- ["Name"] = 'Amazed',
- ["FaceId"] = 45528113,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 154174346,
- ["R6"] = 154174346
- },
- ["Walk"] = {
- ["Name"] = 'Walk',
- ["Weight"] = 0.6,
- ["R15"] = 507777826,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Walk',
- ["R6"] = 180426354
- },
- ["Swing"] = {
- ["Name"] = 'Swing',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308330448,
- ["Object"] = 'Swing'
- },
- ["Shuffle"] = {
- ["Name"] = 'Shuffle',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308343244,
- ["Object"] = 'Shuffle'
- },
- ["Whistle"] = {
- ["Object"] = 'Whistle',
- ["Name"] = 'Whistle',
- ["Weight"] = 0.4,
- ["R15"] = 4308430737,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R6"] = 180435571,
- ["FaceId"] = 22877631
- },
- ["Cheer"] = {
- ["Object"] = 'Cheer',
- ["Name"] = 'Cheer',
- ["FaceId"] = 27802003,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 507770677,
- ["R6"] = 129423030
- },
- ["Evil"] = {
- ["Object"] = 'Evil',
- ["Name"] = 'Evil',
- ["FaceId"] = 1604383339,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308438228,
- ["R6"] = 1620296629
- },
- ["HipHop"] = {
- ["Name"] = 'HipHop',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308346808,
- ["Object"] = 'HipHop'
- },
- ["Dance2"] = {
- ["Name"] = 'Dance2',
- ["MovementCancel"] = true,
- ["R15"] = 507776043,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Object"] = 'Dance2',
- ["R6"] = 182436842
- },
- ["Dance3"] = {
- ["Name"] = 'Dance3',
- ["MovementCancel"] = true,
- ["R15"] = 507777268,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Object"] = 'Dance3',
- ["R6"] = 182436935
- },
- ["SitSeat"] = {
- ["Name"] = 'SitSeat',
- ["Weight"] = 0.99,
- ["R15"] = 2506281703,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'SitSeat',
- ["R6"] = 178130996
- },
- ["Think"] = {
- ["Object"] = 'Think',
- ["Name"] = 'Think',
- ["FaceId"] = 209715003,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308415882,
- ["R6"] = 154185274
- },
- ["Wave"] = {
- ["Name"] = 'Wave',
- ["R6"] = 128777973,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 507770239,
- ["Object"] = 'Wave'
- },
- ["Eat"] = {
- ["Object"] = 'Eat',
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Name"] = 'Eat',
- ["R15"] = 3343204532
- },
- ["Fall"] = {
- ["Name"] = 'Fall',
- ["Weight"] = 0.7,
- ["R15"] = 507767968,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Fall',
- ["R6"] = 180436148
- },
- ["ThrowCoin"] = {
- ["Name"] = 'ThrowCoin',
- ["R6"] = 156055482,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 867194400,
- ["Object"] = 'ThrowCoin'
- },
- ["Easy"] = {
- ["Name"] = 'Easy',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308337079,
- ["Object"] = 'Easy'
- },
- ["Driving"] = {
- ["Name"] = 'Driving',
- ["Weight"] = 0.99,
- ["R15"] = 866020346,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["Object"] = 'Driving',
- ["R6"] = 178130996
- },
- ["Sit"] = {
- ["Name"] = 'Sit',
- ["MovementCancel"] = true,
- ["R15"] = 4308421826,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Object"] = 'Sit',
- ["R6"] = 868508890
- },
- ["SleepSeat"] = {
- ["SoundLooped"] = true,
- ["R15"] = 4308318405,
- ["FaceId"] = 66329905,
- ["Object"] = 'SleepSeat',
- ["Name"] = 'SleepSeat',
- ["R6"] = 869468579,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Volume"] = soundVolume,
- ["MovementCancel"] = true
- },
- ["Marashin"] = {
- ["Name"] = 'Marashin',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308362239,
- ["Object"] = 'Marashin'
- },
- ["Scared"] = {
- ["Object"] = 'Scared',
- ["Name"] = 'Scared',
- ["FaceId"] = 47206380,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308413393,
- ["R6"] = 154170755
- },
- ["Clap"] = {
- ["Name"] = 'Clap',
- ["R6"] = 868730451,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308424082,
- ["Object"] = 'Clap'
- },
- ["HipHop2"] = {
- ["Name"] = 'HipHop2',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308356261,
- ["Object"] = 'HipHop2'
- },
- ["Die"] = {
- ["Object"] = 'Die',
- ["R15"] = 4308443969,
- ["Name"] = 'Die',
- ["MovementCancel"] = true,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R6"] = 1620270981,
- ["FaceId"] = 1604616024
- },
- ["Disgust"] = {
- ["Object"] = 'Disgust',
- ["Name"] = 'Disgust',
- ["FaceId"] = 1598203828,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308435046,
- ["R6"] = 1620305485
- },
- ["Hi"] = {
- ["Name"] = 'Hi',
- ["R6"] = 154179312,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308390587,
- ["Object"] = 'Hi'
- },
- ["Flair"] = {
- ["Name"] = 'Flair',
- ["MovementCancel"] = true,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308358633,
- ["Object"] = 'Flair'
- },
- ["Dance"] = {
- ["Name"] = 'Dance',
- ["MovementCancel"] = true,
- ["R15"] = 507771019,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["Object"] = 'Dance',
- ["R6"] = 182435998
- },
- ["Climb"] = {
- ["Name"] = 'Climb',
- ["R6"] = 180436334,
- ["Priority"] = 'Enum.AnimationPriority.Core',
- ["R15"] = 507765644,
- ["Object"] = 'Climb'
- },
- ["WashHands"] = {
- ["Name"] = 'WashHands',
- ["R6"] = 1620296629,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 1799726387,
- ["Object"] = 'WashHands'
- },
- ["ScaredOpeingPumpkin"] = {
- ["Object"] = 'ScaredOpeingPumpkin',
- ["Name"] = 'ScaredOpeingPumpkin',
- ["FaceId"] = 47206380,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Idle',
- ["R15"] = 867226524,
- ["R6"] = 154170755
- },
- ["Angry"] = {
- ["Object"] = 'Angry',
- ["Name"] = 'Angry',
- ["FaceId"] = 14020216,
- ["SoundId"] = audioId,
- ["Priority"] = 'Enum.AnimationPriority.Action',
- ["R15"] = 4308387518,
- ["R6"] = 154168543
- }
- };
- local Target = game:GetService("Workspace").Main.LoadSoundsIntoHead;
- for index, sound in pairs(game:service'Players'.LocalPlayer.Character.Head:GetChildren()) do
- if sound:IsA'Sound' then
- sound:Destroy()
- end
- end
- Target:FireServer(table_1)
- wait(.75)
- game:GetService("Players").LocalPlayer.PlayerGui.UIEvents.ListItemPressed:Fire(userdata_1, userdata_2, userdata_3, table_2);
- end)
- UICorner_4.CornerRadius = UDim.new(0.5, 0)
- UICorner_4.Parent = ChangeB
- Close.Name = "Close"
- Close.Parent = Main
- Close.AnchorPoint = Vector2.new(0.5, 0.5)
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BackgroundTransparency = 0.900
- Close.Position = UDim2.new(0.501754403, 0, 0.882017672, 0)
- Close.Size = UDim2.new(0, 52, 0, 25)
- Close.Font = Enum.Font.SciFi
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 18.000
- Close.MouseButton1Click:Connect(function()
- Main:TweenPosition(UDim2.new(0.135, 0,1.5, 0),"Out","Sine",.7,false)
- Open.Visible = true
- end)
- Open.Name = "Open"
- Open.Parent = MelMusic
- Open.AnchorPoint = Vector2.new(0.5, 0.5)
- Open.BackgroundColor3 = Color3.fromRGB(190, 190, 190)
- Open.Position = UDim2.new(0.00462125242, 0, 0.5, 0)
- Open.Size = UDim2.new(0, 8, 0, 190)
- Open.Font = Enum.Font.SourceSans
- Open.Text = ""
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextSize = 14.000
- Open.MouseButton1Click:Connect(function()
- Main:TweenPosition(UDim2.new(0.135, 0,0.5, 0), "Out","Sine",.5,false)
- Open.Visible = false
- end)
- UICorner_5.CornerRadius = UDim.new(0.5, 0)
- UICorner_5.Parent = Open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement