|
| 06 Mar 2014 02:18 AM |
I could make this really complicated and go into extreme detail of what I want, but Ill just make it really simple instead, haha.
Basically- I just want to figure out how I can make a block attachable to the characters torso. Similar to a hat, when you walk on it- it attaches to your head. In this case, I would want the block to attach to your torso. Anyone got an idea of how I could go about making that? |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 02:22 AM |
I am not sure how it works, but I know this involes welds... here is a link however to a free model you can inspect for information.
http://www.roblox.com/Skeleton-soldier-morph-item?id=22709683 |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 02:28 AM |
Torso = pathTo_TorsoHere p = Instance.new("Part",Torso.Parent) p.Name = "FakeTorso" p.Size = Vector3.new(2,2,1) Torso.Transparency = 1 w = Instance.new("Weld",p) w.Part0 = p w.Part1 = Torso
|
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 02:29 AM |
| I was assuming he would want more then a fake torso XD |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 02:30 AM |
| Of course,but that was just an example |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 02:40 AM |
| Alright! Thanks for the help guys! |
|
|
| Report Abuse |
|
|