|
| 01 Sep 2015 05:19 PM |
Sorry noobie question but i want to know how to insert like a copy of someones avatar into studio. My friend said i need to use the command bar but what command do i use?
Kind like how you copy and paste your own player in studio to make a copy of yourself but how do i do that with other people? |
|
|
| Report Abuse |
|
|
Botchan
|
  |
| Joined: 14 Jun 2015 |
| Total Posts: 269 |
|
|
| 01 Sep 2015 05:35 PM |
You can't copy someone's model without creating it yourself or them giving you the model.
You can get their character which is their model in workspace. I think ROBLOX might have an API that could help you with that, but I'm not sure. |
|
|
| Report Abuse |
|
|
|
| 01 Sep 2015 05:52 PM |
| I know but how exactly do i Get a copy of there avatar in a physical game? |
|
|
| Report Abuse |
|
|
gooey333
|
  |
| Joined: 24 Mar 2013 |
| Total Posts: 1208 |
|
| |
|
|
| 01 Sep 2015 06:36 PM |
| Thats with using F3X tools but i want to know how to do it in studio using a command |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Sep 2015 07:14 PM |
| Just press play and copy your character and then change it |
|
|
| Report Abuse |
|
|
|
| 01 Sep 2015 07:23 PM |
Ya but this is ALOT of people, and there are so many hats and clothes i would need that i can't purchase.
I know theres a way i just don't know how to do it |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Sep 2015 07:42 PM |
| Cmon guys, if you know please help me, i need this done by tomorrow afternoon |
|
|
| Report Abuse |
|
|
jashwa
|
  |
| Joined: 08 Feb 2010 |
| Total Posts: 378 |
|
|
| 01 Sep 2015 11:23 PM |
| You don't need to buy every said hat, you could just find a model of the hat, I don't see any other way, besides copying your model and customizing it to your satisfaction. |
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
|
| 01 Sep 2015 11:40 PM |
if you want to do it manually: play solo > change player's characterappereance's id to the players id, reset and copy everything from your model
i actually have tried to make a plugin of copying characters with httpservice but that just went wrong lol |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 07:21 AM |
| Thanks ill try it, im trying to make an outro for my youtube channel but in order to do my idea, i need to get a bunch of character models from the people in my group |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 07:30 AM |
A good chrome browser plugin for inserting characters, hat models, and gears into studio is called ROBLOX: Quick Asset Downloader
I am special because I have a siggy ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 08:22 AM |
| @Ozzyfin, where do i change the character appearance? |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 08:33 AM |
Put this script in studio, add ids of users you want copys of, then click play. Ids={0000,0000,0000,0000,0000} for i=1, #Ids do game:service'Players'.LocalPlayer.CharacterId='http://www.roblox.com/Asset/CharacterFetch.ashx?userId='..Ids[i]..'&placeId=0' wait() game:service'Players'.LocalPlayer:LoadCharacter() game:service'Players'.LocalPlayer.Character.Archivable=true game:service'Players'.LocalPlayer.Character:clone().Parent=workspace wait(1) end |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 08:51 AM |
| I put the script in my game but nothing happened? is there something i need to copy to put the models in? |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 09:14 AM |
To copy a player's character that is in the game you have to copy the stuff inside the model paste it into the workspace then group it you can't copy the actual model object or it won't work Do you want to learn how to script?
Do you want to learn how to script? Come check out my tutorials on YouTube! https://m.youtube.com/channel/UCZN_TRuPA8hQhRjJvA-G4pg make sure to thumbs up and subscribe if I was any help! |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 09:17 AM |
| Would work if he followed the first line of instructions... |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 09:19 AM |
Ids={0000,0000,0000,0000,0000} for i=1, #Ids do game:service'Players'.LocalPlayer.CharacterAppearance='http://www.roblox.com/Asset/CharacterFetch.ashx?userId='..Ids[i]..'&placeId=0' wait() game:service'Players'.LocalPlayer:LoadCharacter() game:service'Players'.LocalPlayer.Character.Archivable=true game:service'Players'.LocalPlayer.Character:clone().Parent=workspace wait(1) end @op Fixed error, but still you didn't put ids in / click play according to last message |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 12:30 PM |
| Yes i know i replaced the 0's with the ID's i want. I know a bit of scripting and i know how it works don't worry, I'm not completely helpless xD |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2015 12:52 PM |
| I don't understand whats wrong. As far as I'm concerns it should be working properly |
|
|
| Report Abuse |
|
|
llcoolj03
|
  |
| Joined: 20 Nov 2011 |
| Total Posts: 6135 |
|
|
| 03 Sep 2015 01:05 PM |
Simple way
:char me PLAYERNAME with an admin commands in a PS go on studio unlock all save
lik if u cri evrtim ;( https://www.youtube.com/watch?v=Qg4rs-3VTWI |
|
|
| Report Abuse |
|
|