|
| 20 Aug 2011 10:22 PM |
Please tell me what i have to do to get any desired appearance.
local APP = "" function onPlayerEntered(newPlayer) wait(3) newPlayer.CharacterAppearance = APP end game.Players.ChildAdded:connect(onPlayerEntered) |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2011 11:16 PM |
Nobody help him. He took this from a free model. This is his last post:
http://www.roblox.com/Forum/ShowPost.aspx?PostID=53290268 |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2011 11:19 PM |
| Ds, stop being a jerk and help the people who are less experienced then you. |
|
|
| Report Abuse |
|
|
tdog158
|
  |
| Joined: 08 Jul 2008 |
| Total Posts: 5413 |
|
|
| 20 Aug 2011 11:19 PM |
| He posted a script, this is scripting helpers, we fix scripts. I don't care if he took it from a free model, it's better than him asking for the script. |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2011 11:21 PM |
Wow.. --[[SIGNATURE! :D]]-- --[[What do you think we are? Scripting circus monkeys? Go back to "Lets Make a Deal".]]-- --[[FLOODCHECK RUINED MY LIFE! I DIDN'T BUY FLOOD INSURANCE! D:]]-- |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2011 11:23 PM |
Fine, if that's how you guys feel, then i'll help him.
local APP = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=USERIDHERE" function onPlayerEntered(newPlayer) wait(3) newPlayer.CharacterAppearance = APP end game.Players.ChildAdded:connect(onPlayerEntered)
I think this should work. |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2011 11:28 PM |
Whoops, forgot this part...
local APP = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=USERIDHERE" function onPlayerEntered(newPlayer) wait(3) newPlayer.CharacterAppearance = APP newPlayer.Character:BreakJoints() --Part I forgot. end game.Players.ChildAdded:connect(onPlayerEntered) |
|
|
| Report Abuse |
|
|
Bansey
|
  |
| Joined: 16 May 2008 |
| Total Posts: 118 |
|
|
| 21 Aug 2011 12:49 AM |
I think you don't have to kill them because they get a CharacterAppearance when they didn't spawn, when they joined the game. Try without BreakJoints() because this will rage people.
-Bansey |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2011 01:23 AM |
| He added the breakjoints to mess up with him |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2011 11:09 AM |
| Actually, I didn't. I tested it out and I saw that if you don't die the character appearance doesn't change. If anyone has any other way please correct me. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2011 11:10 AM |
You just have to change the userId
-I♥Plugins |How you like my name snipe? |
|
|
| Report Abuse |
|
|
| |
|