Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The Screamer --
- -- Made by Donny526 --
- -- Donny526#1886 --
- wait()
- plr = game.Players.LocalPlayer
- chr = plr.Character
- hmn = chr:WaitForChild("Humanoid")
- lrm = chr:WaitForChild("Left Arm")
- rrm = chr:WaitForChild("Right Arm")
- llg = chr:WaitForChild("Left Leg")
- rlg = chr:WaitForChild("Right Leg")
- head = chr:WaitForChild("Head")
- torso = chr:WaitForChild("Torso")
- face = head:WaitForChild("face")
- wait()
- print(plr.Name.." is using the Screamer script by Donny526!")
- wait()
- bc = chr:WaitForChild("Body Colors")
- bc:Destroy()
- wait()
- lrm.BrickColor = BrickColor.new("White")
- rrm.BrickColor = BrickColor.new("White")
- llg.BrickColor = BrickColor.new("Maroon")
- rlg.BrickColor = BrickColor.new("Maroon")
- head.BrickColor = BrickColor.new("White")
- torso.BrickColor = BrickColor.new("White")
- face.Texture = "rbxassetid://2036705833"
- hmn.MaxHealth = 99999999
- hmn.Health = 99999999
- hmn.WalkSpeed = 32
- hmn.JumpPower = 65
- wait()
- animate = chr:WaitForChild("Animate")
- animate.walk.WalkAnim.AnimationId = "rbxassetid://252557606"
- animate.run.RunAnim.AnimationId = "rbxassetid://252557606"
- wait()
- chd = chr:GetChildren()
- for i=1, #chd do
- if (chd[i].className == "Accessory") then
- chd[i]:remove()
- end
- end
- for i=1, #chd do
- if (chd[i].className == "Shirt") then
- chd[i]:remove()
- end
- end
- for i=1, #chd do
- if (chd[i].className == "Pants") then
- chd[i]:remove()
- end
- end
- wait()
- scream = Instance.new("Sound",head)
- scream.SoundId = "rbxassetid://703451104"
- scream.Name = "ScreamerScream"
- scream.Volume = 10
- scream.Pitch = 1
- wait()
- scream:Play()
- wait()
- torso.Touched:connect(function(hit)
- if hit.Parent:WaitForChild("Humanoid") then
- hit.Parent:WaitForChild("Humanoid").Health = 0
- local brutal = Instance.new("Sound",hit.Parent:WaitForChild("Head"))
- brutal.SoundId = "rbxassetid://531185355"
- brutal.Volume = 1
- wait()
- brutal:Play()
- else
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement