So basically how can I use the player id to change a rigs avatar to thew local players.
So I dont know to to make this an example but lets say my id was 1. So if I played my game the rig would check my player id and change its appearance to mine.
So basically how can I use the player id to change a rigs avatar to thew local players.
So I dont know to to make this an example but lets say my id was 1. So if I played my game the rig would check my player id and change its appearance to mine.
You can use GetHumanoidDescriptionFromUserId to get the HumanoidDescription of the UserId you want, then use ApplyDescription on the humanoid to change the appearance.