Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iz = (game.Players.LocalPlayer.Name)
- is = (game.Players.LocalPlayer.Character)
- 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()
- shirt = Instance.new('Shirt')
- shirt.Parent = is
- shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=438281698'
- pants = Instance.new('Pants')
- pants.Parent = is
- pants.PantsTemplate = 'http://www.roblox.com/asset/?id=360479711'
- sound = Instance.new('Sound')
- sound.SoundId = 'http://www.roblox.com/asset/?id=439559686' --476296898
- sound.Looped = true
- sound.Parent = is.Torso
- sound.Volume = 1
- taut = Instance.new('Sound')
- taut.SoundId = 'http://www.roblox.com/asset/?id=439550923' --476296898
- taut.Looped = true
- taut.Parent = is.Torso
- taut.Volume = 0.5
- 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 = "Click 'z' to get started."
- is.Humanoid.WalkSpeed = 0
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- sound:Play()
- msg:Destroy()
- taut:Play()
- is.Humanoid.WalkSpeed = 60
- 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)
- while true do
- wait()
- game.Workspace[iz].Head.BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz].Torso.BrickColor = BrickColor.new('Dark orange')
- game.Workspace[iz].Head.face.Texture = 'rbxassetid://439557611'
- end
Add Comment
Please, Sign In to add comment