-- gObl00x Notification game:GetService("StarterGui"):SetCore("SendNotification", { Title = "supah epik dancez"; Text = "credits to gObl00x and credits to thesaladappears for squidward yell sequels"; Icon = "rbxthumb://type=Asset&id=92036112751575&w=150&h=150"}) Duration = 15; -- Dance 1 (The Hero) local player = game.Players.LocalPlayer local backpack = player:WaitForChild("Backpack") -- Create the tool local tool = Instance.new("Tool") tool.Name = "MLG" tool.RequiresHandle = false tool.Parent = backpack writefile("thefriendinsideme.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/thefriendinsideme.mp3")) -- Load Animator if not already loaded if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 77808973933384) Anim:Play() Anim.Stopped:Connect(function() Anim:Play() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("thefriendinsideme.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end print("Dance 1 and music stopped") end) -- Dance 2 (Two) local player = game.Players.LocalPlayer local backpack = player:WaitForChild("Backpack") -- Create the tool local tool = Instance.new("Tool") tool.Name = "popipo extended" tool.RequiresHandle = false tool.Parent = backpack writefile("popipoex.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/popipo.mp3")) -- Load Animator if not already loaded if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 115465103089127) Anim:Play() Anim.Stopped:Connect(function() Anim:Play() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("popipoex.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end print("Dance 2 and music stopped") end) -- Dance 2 (Two) local player = game.Players.LocalPlayer local backpack = player:WaitForChild("Backpack") -- Create the tool local tool = Instance.new("Tool") tool.Name = "C14" tool.RequiresHandle = false tool.Parent = backpack writefile("the reflection.mp3", game:HttpGet("https://github.com/messingaroundguy/Music-modded-2/raw/refs/heads/main/the%20reflection.mp3")) -- Load Animator if not already loaded if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 118452043589079) Anim:Play() Anim.Stopped:Connect(function() Anim:Play() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("the reflection.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end end) local tool = Instance.new("Tool") tool.Name = "squidward yell" tool.RequiresHandle = false tool.Parent = backpack writefile("yell.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/Squidward%20Yell.mp3")) if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 90700867402738) Anim:Play() Anim.Stopped:Connect(function() Anim:Play() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("yell.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end end) local tool = Instance.new("Tool") tool.Name = "virtual insanity" tool.RequiresHandle = false tool.Parent = backpack writefile("virtual.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/virtual%20insanity%20-%20Item%20Asylum.mp3")) if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 12510963733) Anim:Play() Anim.Stopped:Connect(function() Anim:Play() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("virtual.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end end) local tool = Instance.new("Tool") tool.Name = "squidward yell 2" tool.RequiresHandle = false tool.Parent = backpack writefile("yell2.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/Squidward%20Yell%202.mp3")) if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 97551864666610) Anim:Play() Anim.Stopped:Connect(function() Anim:Pause() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("yell2.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end end) local tool = Instance.new("Tool") tool.Name = "squidward yell 3" tool.RequiresHandle = false tool.Parent = backpack writefile("yell3.mp3", game:HttpGet("https://github.com/imjustmessingaround418/music-modded/raw/refs/heads/main/Squidward%20yell%203%20(original%20version)%20reupload.mp3")) if not getgenv()["Animator"] then loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() end local Anim = nil local sound = nil tool.Equipped:Connect(function() local character = player.Character if character then Anim = Animator.new(character, 120578933910063) Anim:Play() Anim.Stopped:Connect(function() Anim:Pause() end) sound = Instance.new("Sound") sound.SoundId = getcustomasset("yell3.mp3") sound.Volume = 2 sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") sound:Play() end end) tool.Unequipped:Connect(function() if Anim then Anim:Stop() Anim:Destroy() end if sound then sound:Stop() sound:Destroy() end end)