Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name="kash5"
- color=BrickColor:White()
- color2=BrickColor:Red()
- Make_Cafe=false
- pcall(function() workspace[Name].Pokemon:remove() end)
- pcall(function() game.Players[Name].PlayerGui:children()[1]:remove() end)
- player = game.Players[Name]
- player.Character.Humanoid.WalkSpeed = 20
- char = player.Character
- model = Instance.new("Model")
- model.Parent = char
- model.Name = "Pokemon"
- char.Humanoid.MaxHealth = math.huge
- wait(0.5)
- char.Humanoid.Health = char.Humanoid.MaxHealth
- for _,v in pairs(char:children()) do
- if v:IsA("Hat") then
- v:remove()
- end
- end
- ----Torso----
- Tor=Instance.new("Part")
- Tor.Size=char.Torso.Size
- Tor.BrickColor=color
- Tor.Reflectance=0
- Tor.Transparency=0
- Tor.CanCollide=false
- Tor.Parent=model
- Mesh=Instance.new("BlockMesh")
- Mesh.Parent=Tor
- Mesh.Scale=Vector3.new(1.01,0.9,1.01)
- w = Instance.new("Weld")
- w.Parent = char.Torso
- w.Part0 = w.Parent
- w.Part1 = Tor
- w.C0 = CFrame.new(0,0,0)
- for i=-.75,.75,.5 do
- Tor=Instance.new("Part")
- Tor.Size=Vector3.new(1,1,1)
- Tor.BrickColor=color
- Tor.Reflectance=0.2
- Tor.Transparency=0.1
- Tor.CanCollide=false
- Tor.Parent=model
- Mesh=Instance.new("BlockMesh")
- Mesh.Parent=Tor
- Mesh.Scale=Vector3.new(0.3,0.55,0.3)
- w = Instance.new("Weld")
- w.Parent = char.Torso
- w.Part0 = w.Parent
- w.Part1 = Tor
- w.C0 = CFrame.new(-0.35+-i*.45,i-0.15,0.5)*CFrame.Angles(math.rad(-32),math.rad(45+i),0)
- Tor=Instance.new("Part")
- Tor.Size=Vector3.new(1,1,1)
- Tor.BrickColor=color
- Tor.Reflectance=0.2
- Tor.Transparency=0.1
- Tor.CanCollide=false
- Tor.Parent=model
- Mesh=Instance.new("BlockMesh")
- Mesh.Parent=Tor
- Mesh.Scale=Vector3.new(0.3,0.55,0.3)
- w = Instance.new("Weld")
- w.Parent = char.Torso
- w.Part0 = w.Parent
- w.Part1 = Tor
- w.C0 = CFrame.new(0.35+i*.45,i-0.15,0.5)*CFrame.Angles(math.rad(-32),math.rad(45+i),0)
- Tor=Instance.new("Part")
- Tor.Size=Vector3.new(1,1,1)
- Tor.BrickColor=color
- Tor.Reflectance=0.2
- Tor.Transparency=0.1
- Tor.CanCollide=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement