Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iz = (game.Players.LocalPlayer.Viridiano)
- is = (game.Players.LocalPlayer.Character)
- is.Head.Transparency = 0
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Shirt' then
- v:Destroy()
- end
- end
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Pants' then
- v:Destroy()
- end
- end
- wait()
- hat1 = Instance.new('Hat')
- hat1.Parent = game.Players[iz].Character
- handle = Instance.new('Part')
- handle.Name = 'Handle'
- handle.Parent = hat1
- handlemesh = Instance.new('SpecialMesh')
- handlemesh.MeshType = 'FileMesh'
- handlemesh.MeshId = 'http://www.roblox.com/asset/?id=517217000'
- handlemesh.TextureId = 'rbxassetid://517217147'
- handlemesh.Parent = handle
- hat2 = Instance.new('Hat')
- hat2.Parent = game.Players[iz].Character
- shirt = Instance.new('Shirt')
- shirt.Parent = is
- shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=183713057'
- shirt = Instance.new('Pants')
- shirt.Parent = is
- shirt.PantsTemplate = 'http://www.roblox.com/asset/?id=181670815'
- sound = Instance.new('Sound')
- sound.SoundId = 'http://www.roblox.com/asset/?id=453411487' —453411487
- sound.Looped = true
- sound.Parent = is.Torso
- sound.Volume = 999439493943949394939
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character.Humanoid
- local humanoid = player.Character.Humanoid
- local mouse = player:GetMouse()
- local anim = Instance.new("Animation")
- anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
- local msg = Instance.new("Hint")
- msg.Parent = game.Workspace
- msg.Text = "Z"
- is.Humanoid.WalkSpeed = 0
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- sound:Play()
- msg:Destroy()
- is.Humanoid.WalkSpeed = 100
- is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
- end
- end)
- function onTouch(part)
- local humanoid = part.Parent:findFirstChild("Humanoid")
- sound1 = Instance.new('Sound')
- sound1.SoundId = 'http://www.roblox.com/asset/?id=160432334'
- sound1.Looped = false
- sound1.Parent = is.Torso
- sound1:Play()
- sound2 = Instance.new('Sound')
- sound2.SoundId = 'http://www.roblox.com/asset/?id=170040190'
- sound2.Looped = false
- sound2.Parent = is.Torso
- sound2:Play()
- if (humanoid ~=nil) then
- humanoid.Health = 0
- end
- end
- is.Torso.Touched:connect(onTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement