Advertisement
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()
- sound = Instance.new('Sound')
- sound.SoundId = 'http://www.roblox.com/asset/?id=264246827'
- sound.Looped = true
- sound.Parent = is.Torso
- sound.Volume = 1
- 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 = "Pepe Script Loaded"
- is.Humanoid.WalkSpeed = 60
- is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
- sound:Play()
- wait(2)
- msg:Destroy()
- function onTouch(part)
- local humanoid = part.Parent:findFirstChild("Humanoid")
- sound1 = Instance.new('Sound')
- sound1.SoundId = 'http://www.roblox.com/asset/?id=141679994'
- sound1.Looped = false
- sound1.Parent = is.Torso
- sound1:Play()
- wait(0.5)
- sound2 = Instance.new('Sound')
- sound2.SoundId = 'http://www.roblox.com/asset/?id=314568939'
- 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('Parsley green')
- game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('Parsley green')
- game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('Parsley green')
- game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('Parsley green')
- game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('Parsley green')
- game.Workspace[iz].Torso.BrickColor = BrickColor.new('Parsley green')
- game.Workspace[iz].Head.face.Texture = 'rbxassetid://244905904'
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement