|
| 31 Oct 2015 04:20 PM |
| I posted a forum earlier on scripting, and I am sure the character appearance override option is an example, its one of the many things I'm bad at with scripting, I can't even get a basic script... |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 04:23 PM |
| In other words how do I use it? |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
|
| 31 Oct 2015 04:23 PM |
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=23749623" end)
what part do you need help understanding? |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 04:25 PM |
| Pretty much everyone, I can't even get the first part (I cant make a script!) |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 04:26 PM |
| Oh wow a bunch of scripts in that link? Isn't that the problem I'm having trouble with anyway? |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
|
| 31 Oct 2015 04:29 PM |
That link just has information that the game needs to load character appearance. That script will make everyone in the game have the appearance of the user with userID 23749623 (because that number is in the link), which happens to be a user named SpookyStore.
If you don't know how to insert a script, read http://wiki.roblox.com/index.php/Your_First_Script |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 04:30 PM |
:LoadCharacter() Old account ScriptToGame 6K posts.http://www.roblox.com/unnamed-item?id=249661429 |
|
|
| Report Abuse |
|
|
| |
|
|
| 31 Oct 2015 04:32 PM |
| Lol, I read it in that short time, anyway they aren't long enough to give me enough detail I need. I need like atleast 3 pages in a book to get as much as detail. |
|
|
| Report Abuse |
|
|
| |
|