Advertisement
memberhero

My First R15 script

Nov 20th, 2017
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. --my first R15 script
  2. ---scp-5555 script based off a fan made scp by my friend maccao
  3. wait(1)
  4. Player = game:GetService("Players").LocalPlayer
  5. Torso = Player.Character.UpperTorso
  6. Character = Player.Character
  7. Player.Character.Humanoid.Health = math.huge
  8. Player.Character.Humanoid.MaxHealth = math.huge
  9. Player.Character.Shirt:Remove()
  10. Player.Character.Pants:Remove()
  11. Player.Character.Head.BrickColor = BrickColor.new("Really black")
  12. Player.Character.UpperTorso.BrickColor = BrickColor.new("Really black")
  13. Player.Character["RightHand"].BrickColor = BrickColor.new("Really black")
  14. Player.Character["LeftHand"].BrickColor = BrickColor.new("Really black")
  15. Player.Character["RightLowerLeg"].BrickColor = BrickColor.new("Really black")
  16. Player.Character["LeftLowerLeg"].BrickColor = BrickColor.new("Really black")
  17. Player.Character["RightUpperLeg"].BrickColor = BrickColor.new("Really black")
  18. Player.Character["LeftUpperLeg"].BrickColor = BrickColor.new("Really black")
  19. Player.Character["RightFoot"].BrickColor = BrickColor.new("Really black")
  20. Player.Character["LeftFoot"].BrickColor = BrickColor.new("Really black")
  21. Player.Character["RightHand"].BrickColor = BrickColor.new("Really black")
  22. Player.Character["LeftHand"].BrickColor = BrickColor.new("Really black")
  23. Player.Character["RightUpperArm"].BrickColor = BrickColor.new("Really black")
  24. Player.Character["LeftUpperArm"].BrickColor = BrickColor.new("Really black")
  25. sound = Instance.new("Sound")
  26. sound.SoundId = "rbxassetid://177775134"
  27. sound.Looped = true
  28. sound.Parent = game.Workspace
  29. sound:Play()
  30.  
  31. Player.Character.Head.face.Texture = "rbxassetid://117430224"
  32. Player.Character.UpperTorso.Touched:connect(function(hit)
  33. sound = Instance.new("Sound")
  34. sound.SoundId = "http://www.roblox.com/asset/?id=13378571"
  35. sound.Parent = game.Workspace
  36. sound:Play()
  37. hit.Parent:BreakJoints()
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement