Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- SlenderMan script by Donny526! --
- -- Donny526#1886--
- -- P.S. I edited the Bugs Bunny script. --
- wait(.2)
- player = game.Players.LocalPlayer
- char = player.Character
- human = char:WaitForChild("Humanoid")
- print(player.Name.." is using the SlenderMan script made by Donny526!")
- wait()
- char:WaitForChild("Left Arm").Transparency = 1
- char:WaitForChild("Right Arm").Transparency = 1
- char:WaitForChild("Left Leg").Transparency = 1
- char:WaitForChild("Right Leg").Transparency = 1
- char:WaitForChild("Head").Transparency = 1
- char:WaitForChild("Head").face.Transparency = 1
- human.WalkSpeed = 32
- wait()
- torso = char:WaitForChild("Torso")
- slendermesh = Instance.new("SpecialMesh",torso)
- slendermesh.MeshType = "FileMesh"
- slendermesh.MeshId = "rbxassetid://1531817922"
- slendermesh.TextureId = "rbxassetid://1531817954"
- slendermesh.Offset = Vector3.new(0,.5,0)
- wait()
- charamount = char:GetChildren()
- for i=1, #charamount do
- if (charamount[i].className == "Accessory") then
- charamount[i]:remove()
- end
- end
- music = Instance.new("Sound",char)
- music.SoundId = "rbxassetid://150151536"
- music.Volume = 1
- music.Looped = true
- wait()
- music:Play()
Add Comment
Please, Sign In to add comment