GojiGaming1337

Untitled

May 7th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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. local sub = Instance.new("Sound",tors)
  15. sub.Volume = 5.5
  16. sub.SoundId = "rbxassetid://907330103"
  17. sub.Looped = false
  18. sub.Pitch = 1 --Pitcher
  19.  
  20. plr.Character.Head.Transparency = 1
  21. plr.Character.Torso.Transparency = 1
  22. plr.Character["Right Arm"].Transparency = 1
  23. plr.Character["Left Arm"].Transparency = 1
  24. plr.Character["Right Leg"].Transparency = 1
  25. plr.Character["Left Leg"].Transparency = 1
  26. fire = Instance.new("Fire",plr.Character.Torso)
  27. plr.Character.Torso.Touched:connect(function(hit)
  28. plr.Character.Torso.Fire:Clone().Parent = hit.Parent.Torso
  29. sound = Instance.new("Sound",hit.Parent)
  30. sound.SoundId = "rbxassetid://147758618"
  31. sound:Play()
  32. wait(7)
  33. sub.SoundId = "rbxassetid://147758618"
  34. sub:play()
  35. wait(2)
  36. hit.Parent:BreakJoints()
  37. end)
Add Comment
Please, Sign In to add comment