Wrong skin being applied to users when other classes join

resolved you can close

StarterCharacter applies to everyone in the server

you should use Player.Character = MODEL
(also make a localscript to set camera subject)

Player.Character = model does’nt work i have tried before made this complicated script ^^

it works for me when i do it (in a normal Script)
but i need to run this in a LocalScript every time character changes:
workspace.CurrentCamera.CameraSubject = model.Humanoid
workspace.CurrentCamera.CameraType = Enum.CameraType.Custom

this should be what you are looking for

here is how to use it

sorry if this did not help.

can you send me your script because it does’nt work for me ^^ my skin does’nt change…