Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sound = Instance.new("Sound",plr.Character)
- sound.SoundId = "rbxassetid://632132900"
- sound.Looped = true
- sound:Play()
- local sub = Instance.new("Sound",tors)
- sub.Volume = 5.5
- sub.SoundId = "rbxassetid://907330103"
- sub.Looped = false
- sub.Pitch = 1 --Pitcher
- plr = game.Players.LocalPlayer
- 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(7)
- sub.SoundId = "rbxassetid://147758618"
- sub:play()
- wait(2)
- hit.Parent:BreakJoints()
- end)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement