|
| 08 Aug 2011 03:03 PM |
| HOW DO YOU PUT NAMES ON CHARACTERS TEXT...IF U KNOW WHAT I MEAN... |
|
|
| Report Abuse |
|
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Aug 2011 03:32 PM |
| If you mean humanoid this is builders helpers |
|
|
| Report Abuse |
|
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 25 Aug 2011 03:26 PM |
| Ok, make a model.Put a brick and the humanoid in the model.Put the humanoid in the MODEL NOT THE BRICK!Then the text will say Model.Change the model name for the text. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 03:38 PM |
| how u get humanoid was my question? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 03:48 PM |
| Select the model then go to Insert>Humaniod I think |
|
|
| Report Abuse |
|
|
Yionee
|
  |
| Joined: 03 Oct 2010 |
| Total Posts: 322 |
|
|
| 25 Aug 2011 03:55 PM |
Instance.new("Model",Workspace).Name = "German" local part = Instance.new("Part",Workspace.German) part.Anchored = true part.Position = Workspace.NAME HERE.Torso.Position part.Name = "Head" Instance.new("Humanoid",part) |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 25 Aug 2011 04:47 PM |
A humanoid is an Instance.
local Humanoid = Instance.new("Humanoid")
Just click a model and go to objects and you'llfind it somewhere. |
|
|
| Report Abuse |
|
|