|
| 16 Apr 2012 08:39 AM |
| Please help me. I need everyone who enters my game to look like Telamon (I <3 fried chicken shirt, blue shorts, curly hair and his face) Please dont post if you not going to help me. The last post i made about this i got stupid replys like "This is scripting helpers, not scripting makers. If you have no idea what you're doing then get out." and "Just so you know, Telamon switched his account over to Shedletsky." I know i suck at scripting, most people do. So please just help me. |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 09:06 AM |
Player.CharacterAppearance = 261
you have to extend this to do so it works and the player have to reset. |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 10:27 AM |
| i put that in a script and tested tha game. then i reset and it dnnt work i jumped off the map and it dnnt work im obiusly doing something wrong |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 10:29 AM |
*facecliff*
function onPlayerAdded(player) player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261" end game.Players.PlayerAdded:connect(onPlayerAdded) |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 10:34 AM |
| did exactly the same thing on the last post i posted but still not working i must be missing something out that is so simple |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 10:36 AM |
| Putting it in a script in Workspace? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 16 Apr 2012 10:48 AM |
| i know my way around roblox studio |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 01:43 PM |
when I say reset, I mean you have to kill the player.
script:
function onPlayerAdded(player) player.CharacterAdded:wait() player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261" end game.Players.PlayerAdded:connect(onPlayerAdded) |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 01:44 PM |
| Also, disable and then enable the script! |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 03:05 PM |
| thanks cheat, ill try that now |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2012 03:08 PM |
| WOOT thanks sooooooo much ill start making my game now and also i will give you credit in it please accept my friend request |
|
|
| Report Abuse |
|
|