Advertisement
memberhero

SCP-457 Script

Nov 20th, 2017
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. --SCP-457 Script Created by basstracker1970
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6. Player.Character.Head.face:Remove()
  7. theme = Instance.new("Sound")
  8. theme.Looped = true
  9. theme.Name = "Theme"
  10. theme.SoundId = "rbxassetid://649587991"
  11. theme.Parent = Player.Character.Torso
  12. theme:Play()
  13. sound = Instance.new("Sound")
  14. sound.Looped = true
  15. sound.SoundId = "rbxassetid://269252174"
  16. sound.Parent = Player.Character.Torso
  17. sound:Play()
  18. Player.Character.Head.Transparency = 1
  19. Player.Character.Torso.Transparency = 1
  20. Player.Character["Left Arm"].Transparency = 1
  21. Player.Character["Right Arm"].Transparency = 1
  22. Player.Character["Left Leg"].Transparency = 1
  23. Player.Character["Right Leg"].Transparency = 1
  24. flame = Instance.new("Fire")
  25. flame.Parent = Player.Character.Torso
  26.  
  27. Player.Character.Humanoid.WalkSpeed = 10
  28.  
  29. Player.Character.Torso.Touched:connect(function(hit)
  30. if hit.Parent:FindFirstChild("Humanoid") then
  31. hit.Parent:BreakJoints()
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement