Hi
I have a character customization menu in my game when they first load in. After they finish making their character I use
Player.Character = rig
After I do this the player does become that character although the camera won’t reset to it’s normally view by following the new rig and I can’t get the animations to start working even thought the Animate script is on the rig. (The Animate script is the roblox built in one that normally spawns with the player).
I use Camera.CameraType = Enum.CameraType.Custom to try and reset it
Any help appreciated, thanks