Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --SCP-457 Remake script by basstracker1970
- plr = game.Players.LocalPlayer
- wait(1)
- for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
- if v:IsA("Accessory") then
- v:Remove()
- end
- end
- wait(1)
- plr.Character.Head.face:Remove()
- sound = Instance.new("Sound",plr.Character)
- sound.SoundId = "rbxassetid://886077843"
- sound:Play()
- plr.Character.Head.Transparency = 1
- plr.Character.Torso.Transparency = 1
- plr.Character["Right Arm"].Transparency = 1
- plr.Character["Left Arm"].Transparency = 1
- plr.Character["Right Leg"].Transparency = 1
- plr.Character["Left Leg"].Transparency = 1
- fire = Instance.new("Fire",plr.Character.Torso)
- plr.Character.Torso.Touched:connect(function(hit)
- plr.Character.Torso.Fire:Clone().Parent = hit.Parent.Torso
- sound = Instance.new("Sound",hit.Parent)
- sound.SoundId = "rbxassetid://147758618"
- sound:Play()
- wait(14)
- hit.Parent:BreakJoints()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement