How can i change character model in asymmetric game

I want to change killer side player’s character into killer character

The rig spawns but I cant control it and my camera doesnt teleports to the new rig and these error appears
no error happens when I dont use the function

what should i do

1 Like

You need to track on client whenever player.Character property has changed via player:GetPropertyChangedSignal("Character"), then change camera subject to the new character humanoid

Thanks it helped me a lot
but I cant still fix errors about the gui
even they are not about characters but why does it causes that errors?

i found that it happens when i just reset
how can i fix it?

nvm i fixed it thx

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.