|
| 07 Feb 2015 12:01 AM |
I've been trying to learn how to make a vignette lately because I'd like to start working on World War II Vignettes. I can CFrame and all that, as well as create the humanoid model, but my problem is putting clothes on said model. I've looked at various forum posts and YT videos but they all seem outdated. When I select the model, and click Insert Object, I don't see any options that say Shirt, Pants, etc. If someone could help me find a solution that would be great.
Thanks. |
|
|
| Report Abuse |
|
|
|
| 07 Feb 2015 12:02 AM |
Instance.new("Pants",player.Character) Instance.new("Shirt",player.Character)
-abs |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Feb 2015 12:04 AM |
| Am I supposed to insert the Shirt/Pants ID somewhere in that? |
|
|
| Report Abuse |
|
|
|
| 07 Feb 2015 12:05 AM |
yeah but you can do it in the player model
-abs |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 07 Feb 2015 12:07 AM |
'Instance.new("Pants",player.Character) Instance.new("Shirt",player.Character)'
no make it more complicated for no reason
Instance.new("Pants", Instance.new("Shirt", player.Character).Parent) |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Feb 2015 12:15 AM |
| Well, I'm a scrub when it comes to true scripting, so I've finally actually figured out where to find the Shirt/Pants in advanced objects. Thank you all for the assistance, anyways. |
|
|
| Report Abuse |
|
|