Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --my first R15 script
- ---scp-5555 script based off a fan made scp by my friend maccao
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Torso = Player.Character.UpperTorso
- Character = Player.Character
- Player.Character.Humanoid.Health = math.huge
- Player.Character.Humanoid.MaxHealth = math.huge
- Player.Character.Shirt:Remove()
- Player.Character.Pants:Remove()
- Player.Character.Head.BrickColor = BrickColor.new("Really black")
- Player.Character.UpperTorso.BrickColor = BrickColor.new("Really black")
- Player.Character["RightHand"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftHand"].BrickColor = BrickColor.new("Really black")
- Player.Character["RightLowerLeg"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftLowerLeg"].BrickColor = BrickColor.new("Really black")
- Player.Character["RightUpperLeg"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftUpperLeg"].BrickColor = BrickColor.new("Really black")
- Player.Character["RightFoot"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftFoot"].BrickColor = BrickColor.new("Really black")
- Player.Character["RightHand"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftHand"].BrickColor = BrickColor.new("Really black")
- Player.Character["RightUpperArm"].BrickColor = BrickColor.new("Really black")
- Player.Character["LeftUpperArm"].BrickColor = BrickColor.new("Really black")
- sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://177775134"
- sound.Looped = true
- sound.Parent = game.Workspace
- sound:Play()
- Player.Character.Head.face.Texture = "rbxassetid://117430224"
- Player.Character.UpperTorso.Touched:connect(function(hit)
- sound = Instance.new("Sound")
- sound.SoundId = "http://www.roblox.com/asset/?id=13378571"
- sound.Parent = game.Workspace
- sound:Play()
- hit.Parent:BreakJoints()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement