TheJetz
|
  |
| Joined: 16 Aug 2013 |
| Total Posts: 422 |
|
|
| 17 Sep 2015 08:54 PM |
I want everyone to look like a specific humanoid, and I don't know how. I don't understand scripting, and I don't know how to use the "Character Appearance Override" thing.
So, can someone help? |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:15 PM |
If you have no knowledge on either of those, not even going to attempt.
(This is my signature): Im extremely sarcastic, but most of the time I will provide useful info for you! :) |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:00 PM |
Here you go:
id = "" -- id of a player for players to load as... helps for games...
function PlayerEntered(newPlayer) wait(2) newPlayer.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..id newPlayer.Character:BreakJoints()
end game.Players.ChildAdded:connect(PlayerEntered)
However, I think this should be in the scripting section. |
|
|
| Report Abuse |
|
|