Praecedo
|
  |
| Joined: 27 Dec 2011 |
| Total Posts: 308 |
|
|
| 01 Apr 2012 05:56 PM |
How would you do it? I have this but it doesn't work...
b.Character.Head.Transparency = 1 newhead = b.Character.Head:clone() newhead.CFrame = b.Character.Head.CFrame newhead.Transparency = 0 newhead.Parent = b.Character |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 05:59 PM |
1) you should make the original head transparent after (less lines).
2) You need to use welds.
This page should help (if you want to learn):
http://wiki.roblox.com/index.php/How_To_Make_Humanoids_Without_GUI |
|
|
| Report Abuse |
|
|
nPwn
|
  |
| Joined: 17 Sep 2010 |
| Total Posts: 3197 |
|
| |
|