seb878
|
  |
| Joined: 27 Mar 2012 |
| Total Posts: 161 |
|
|
| 24 Aug 2014 08:04 AM |
| I know how to make a model of myself but not other people... |
|
|
| Report Abuse |
|
|
drew8732
|
  |
| Joined: 01 Apr 2010 |
| Total Posts: 1965 |
|
|
| 24 Aug 2014 09:19 AM |
| If you can't dress up like the person or have them give the model to you, then you could probably find one of those character changers in free models to make yourself look like that person, then clone yourself as you would normally. Not sure how this would work out, but worth a shot. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 09:26 AM |
1) add kohls admin to a personal server 2) go to the profile of the person who you want to make into a model 3) get the id at end of the address bar 4) in game say :char me IDHERE 5)say :clone me 6) Open the game in studio and select the clone and publish |
|
|
| Report Abuse |
|
|
EgoMoose
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 2896 |
|
|
| 24 Aug 2014 10:01 AM |
You can add player models into your game with this.
http://www.roblox.com/Easy-catalog-item-insert-item?id=143687143
Make sure Http requests are enabled and then copy and paste the player's profile link into the link box.
What I'd post for my character: http://www.roblox.com/User.aspx?ID=2155311 |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 10:13 AM |
use Player.[Name].CharacterAppearance is better When use new Id,reset. |
|
|
| Report Abuse |
|
|
seb878
|
  |
| Joined: 27 Mar 2012 |
| Total Posts: 161 |
|
|
| 24 Aug 2014 01:38 PM |
| Thx guys but I just had to use the internet |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 02:27 PM |
One way (the one I use):
1) Get a Humanoid and some parts.
2) Make a Human (make sure to name a part 'Head').
3) Find an Item they are Wearing in the Catalog. (Hats, Gears, Clothes).
4) Look at the ID (the numbers on the end of the link).
5) Copy these numbers.
6) Write this in the command bar: game:GetObjects("http://www.roblox.com/asset?id=123456789")[1].Parent = Workspace
(It used to be: workspace:InsertContent("http://www.roblox.com/asset?id=123456789") but that doesn't work anymore).
7) Replace the '123456789' with the numbers you copied.
8) Click enter.
9) Repeat! |
|
|
| Report Abuse |
|
|