Onule
|
  |
 |
| Joined: 18 Jun 2007 |
| Total Posts: 2446 |
|
|
| 03 Nov 2007 01:39 PM |
I wanna know how to create a Humanoid in Anaminus's Script Building Place! Can someone help me plz? |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2007 01:44 PM |
Humanoid = Instance.new("Humanoid")
'Course, you gotta define all the specifics too, but you can do that. |
|
|
| Report Abuse |
|
|
gamehero
|
  |
| Joined: 12 Jun 2007 |
| Total Posts: 1455 |
|
|
| 03 Nov 2007 02:56 PM |
h = Instance.new("Humanoid") h.Parent = game.Workspace.Onule
That's all there is to it. :P |
|
|
| Report Abuse |
|
|
Onule
|
  |
 |
| Joined: 18 Jun 2007 |
| Total Posts: 2446 |
|
|
| 03 Nov 2007 04:04 PM |
| Thnx you both, you both helped me alot, I was trying to find this for a long time =D |
|
|
| Report Abuse |
|
|
|
| 18 Jul 2013 01:49 AM |
| Humanoid = Instance.new("Humanoid") |
|
|
| Report Abuse |
|
|
|
| 18 Jul 2013 03:43 AM |
Brick=Instance.new(Part) Brick.Parent=game.Workspace Brick.Name=Head Human=Instance.new("Humanoid") Human.Parent=game.Workspace.Head
|
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 18 Jul 2013 03:48 AM |
| HILL, pay attention to the post date before you reply. This thread was made in 2007. |
|
|
| Report Abuse |
|
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 18 Jul 2013 03:56 AM |
@ardark I think he did it on purpose.
And @HILL your script would error anyway. |
|
|
| Report Abuse |
|
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
| |
|
Ferseus
|
  |
| Joined: 23 May 2013 |
| Total Posts: 247 |
|
|
| 18 Jul 2013 04:24 AM |
p = Instance.new("Part", Workspace) m = Instance.new("Model", Workspace) p.Parent = m p.Name = "Head" h = Instance.new("Humanoid") h.Parent = m m:MoveTo(game.Workspace.YourNameHere.Torso.Position) |
|
|
| Report Abuse |
|
|