ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
|
| 20 Jun 2014 06:53 AM |
local m = Instance.new("Model",workspace) m.Name = "NPC" Instance.new("Humanoid",m)
local torso = Instance.new("Part",workspace) torso.Name = "Torso" torso.Parent = game.Workspace.NPC torso.CanCollide = false torso.BrickColor=BrickColor.new("Bright blue") torso.Size = Vector3.new(2,2.2,1) torso.Position = Vector3.new(-50.6, 3.5, -17.1) torso.Rotation = Vector3.new(0,-90,0)
local head = Instance.new("Part",workspace) head.Name = "Head" head.Parent = game.Workspace.NPC head.CanCollide = false head.BrickColor=BrickColor.new("Bright yellow") head.Size = Vector3.new(2,1,1) head.Position = Vector3.new(-50.6, 5.3, -17.1) head.Rotation = Vector3.new(0,-90,0)
Instance.new("SpecialMesh",head) head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
Instance.new("Decal",head) head.Decal.Texture = "rbxasset://textures/face.png" head.Decal.Face = "Front" head.Decal.Name = "face"
local ll = Instance.new("Part",workspace) ll.Name = "Left Leg" ll.Parent = game.Workspace.NPC ll.CanCollide = false ll.BrickColor=BrickColor.new("Br. yellowish green") ll.Size = Vector3.new(1,2.2,1) ll.Position = Vector3.new(-50.6, 1.2, -17.6) ll.Rotation = Vector3.new(0,-90,0)
local rl = Instance.new("Part",workspace) rl.Name = "Right Leg" rl.Parent = game.Workspace.NPC rl.CanCollide = false rl.BrickColor=BrickColor.new("Br. yellowish green") rl.Size = Vector3.new(1,2.2,1) rl.Position = Vector3.new(-50.6, 1.2, -16.6) rl.Rotation = Vector3.new(0,-90,0)
local ra = Instance.new("Part",workspace) ra.Name = "Right Arm" ra.Parent = game.Workspace.NPC ra.CanCollide = false ra.BrickColor=BrickColor.new("Bright yellow") ra.Size = Vector3.new(1,2.2,1) ra.Position = Vector3.new(-50.6, 3.5, -15.6) ra.Rotation = Vector3.new(0,-90,0)
local la = Instance.new("Part",workspace) la.Name = "Left Arm" la.Parent = game.Workspace.NPC la.CanCollide = false la.BrickColor=BrickColor.new("Bright yellow") la.Size = Vector3.new(1,2.2,1) la.Position = Vector3.new(-50.6, 3.5, -18.6) la.Rotation = Vector3.new(0,-90,0) |
|
|
| Report Abuse |
|
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |
| |
|
| 20 Jun 2014 09:18 AM |
You have 5 weld forum posts .-. Same topic once again do you want my weld script or nah? |
|
|
| Report Abuse |
|
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |
|
| 20 Jun 2014 10:02 AM |
| Actually I dont feel like it nvm |
|
|
| Report Abuse |
|
ManMinded
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 618 |
|
| |