Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --SCP-457 Script Created by basstracker1970
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- Player.Character.Head.face:Remove()
- theme = Instance.new("Sound")
- theme.Looped = true
- theme.Name = "Theme"
- theme.SoundId = "rbxassetid://649587991"
- theme.Parent = Player.Character.Torso
- theme:Play()
- sound = Instance.new("Sound")
- sound.Looped = true
- sound.SoundId = "rbxassetid://269252174"
- sound.Parent = Player.Character.Torso
- sound:Play()
- Player.Character.Head.Transparency = 1
- Player.Character.Torso.Transparency = 1
- Player.Character["Left Arm"].Transparency = 1
- Player.Character["Right Arm"].Transparency = 1
- Player.Character["Left Leg"].Transparency = 1
- Player.Character["Right Leg"].Transparency = 1
- flame = Instance.new("Fire")
- flame.Parent = Player.Character.Torso
- Player.Character.Humanoid.WalkSpeed = 10
- Player.Character.Torso.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:BreakJoints()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement