Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

When someone join the game they don't turn into the Character ID?

Asked by 4 years ago
function onPlayerEntered(newPlayer)
for i=1,10000 do
wait()
newPlayer.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=20633219";
end
end

game.Players.ChildAdded:connect(onPlayerEntered)

1 answer

Log in to vote
0
Answered by
1ov3y0u 51
4 years ago
Edited 4 years ago

You can use a Load Character plugin and load the Player's character, and then you can put the character into StarterCharacter.

0
I tried that and it is still not working iDream4Chance -16 — 4y
0
Then you're obviously doing something wrong. THere needs to be a humanoid in the character and you need to name the model StarterCharacter 1ov3y0u 51 — 4y
Ad

Answer this question