Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- local PChar = game.Workspace.eliteslayer816
- local Part = Instance.new("Part")
- Part.Parent = game.Workspace
- Part.Name = "WeldingToDoge"
- local Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Part
- Mesh.MeshId = "rbxassetid://255485578"
- Mesh.TextureId = "rbxassetid://255486143"
- wait(1)
- local Weld = Instance.new("Weld", PChar.Torso)
- Weld.Name = "Doge"
- Weld.Part0 = PChar.Torso
- Weld.Part1 = game.Workspace.WeldingToDoge
- wait(1)
- PChar["Left Leg"]:Destroy()
- PChar["Right Leg"]:Destroy()
- PChar.Head.Jumping.SoundId = "rbxassetid://292117557" --rbxasset:// is possible owner games wirtted!
- PChar.Head.Landing.SoundId = "rbxassetid://190424441"
- PChar.Head.FreeFalling.SoundId = "rbxassetid://190424441"
- PChar.Head.Transparency = 1
- PChar["Left Arm"].Transparency = 1
- PChar["Right Arm"].Transparency = 1
- PChar.Torso.Transparency = 1
- PChar.Head.face:Destroy()
- PChar.Head.Died.SoundId = "rbxassetid://135308045"
- local Music = Instance.new("Sound", PChar.Head)
- Music.SoundId = "rbxassetid://138213729"
- Music.Looped = true
- Music:Play()
- --and now! function!
- local Torso = PChar.Torso
- function onTouched(hit) --Hitted by Doge
- local human = hit.Parent:findFirstChild("Humanoid")
- if (human ~= nil ) then
- human.Health = human.Health -3.5
- human.Sit = true
- local HitSound = Instance.new("Sound")
- HitSound.Parent = hit.Parent:findFirstChild("Torso")
- HitSound.SoundId = "http://www.roblox.com/asset/?id=145486953"
- HitSound:Play()
- wait(2)
- HitSound:Destroy()
- end
- end
- Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement