Advertisement
memberhero

SCP-457 Script

Feb 23rd, 2018
2,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. --SCP-457 Remake script by basstracker1970
  2. plr = game.Players.LocalPlayer
  3. wait(1)
  4. for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
  5. if v:IsA("Accessory") then
  6. v:Remove()
  7. end
  8. end
  9. wait(1)
  10. plr.Character.Head.face:Remove()
  11. sound = Instance.new("Sound",plr.Character)
  12. sound.SoundId = "rbxassetid://886077843"
  13. sound:Play()
  14.  
  15. plr.Character.Head.Transparency = 1
  16. plr.Character.Torso.Transparency = 1
  17. plr.Character["Right Arm"].Transparency = 1
  18. plr.Character["Left Arm"].Transparency = 1
  19. plr.Character["Right Leg"].Transparency = 1
  20. plr.Character["Left Leg"].Transparency = 1
  21. fire = Instance.new("Fire",plr.Character.Torso)
  22. plr.Character.Torso.Touched:connect(function(hit)
  23. plr.Character.Torso.Fire:Clone().Parent = hit.Parent.Torso
  24. sound = Instance.new("Sound",hit.Parent)
  25. sound.SoundId = "rbxassetid://147758618"
  26. sound:Play()
  27. wait(14)
  28. hit.Parent:BreakJoints()
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement