--AidenVidsYT made this! iz = (game.Players.LocalPlayer.Name) is = (game.Players.LocalPlayer.Character) for i,v in pairs(is:GetChildren()) do if v.ClassName == 'Hat' then v:Destroy() end end for i,v in pairs(is:GetChildren()) do if v.ClassName == 'Shirt' then v:Destroy() end end for i,v in pairs(is:GetChildren()) do if v.ClassName == 'Pants' then v:Destroy() end end wait() shirt = Instance.new('Shirt') shirt.Parent = is shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=0' pants = Instance.new('Pants') pants.Parent = is pants.PantsTemplate = 'http://www.roblox.com/asset/?id=0' sound = Instance.new('Sound') sound.SoundId = 'http://www.roblox.com/asset/?id=0' --595265353 sound.Looped = true sound.Parent = is.Torso sound.Volume = 1 taut = Instance.new('Sound') taut.SoundId = 'http://www.roblox.com/asset/?id=0' --595265353 taut.Looped = true taut.Parent = is.Torso taut.Volume = 1 local player = game.Players.LocalPlayer repeat wait() until player.Character.Humanoid local humanoid = player.Character.Humanoid local mouse = player:GetMouse() local anim = Instance.new("Animation") anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359" local msg = Instance.new("Hint") msg.Parent = game.Workspace msg.Text = "Press 'z' to go insane." is.Humanoid.WalkSpeed = 0 mouse.KeyDown:connect(function(key) if key == "z" then sound:Play() msg:Destroy() taut:Play() is.Humanoid.WalkSpeed = 60 is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606' end end) function onTouch(part) local humanoid = part.Parent:findFirstChild("Humanoid") sound1 = Instance.new('Sound') sound1.SoundId = 'http://www.roblox.com/asset/?id=0' sound1.Looped = false sound1.Parent = is.Torso sound1:Play() sound2 = Instance.new('Sound') sound2.SoundId = 'http://www.roblox.com/asset/?id=0' sound2.Looped = false sound2.Parent = is.Torso sound2:Play() if (humanoid ~=nil) then humanoid.Health = 0 end end is.Torso.Touched:connect(onTouch) while true do wait() game.Workspace[iz].Head.BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz].Torso.BrickColor = BrickColor.new('Cool yellow') game.Workspace[iz].Head.face.Texture = 'rbxassetid://154020737' end