I’m trying to make a character select system using GUIs and I’m looking to change the whole character appearance to a certain rig I have in ReplicatedStorage. Once the GUI button is hit, how would I go about changing the whole character appearance similar to StarterCharacter at the start of a game testplay?
I know there’s like 5 other threads but I couldn’t understand any of them so I want some more support on it.
Whatever character you intend to make the player control, can be cloned into the game, and then set to the original character’s position. Then, the Player’s Character property (from my knowledge, this isn’t read-only) can be set to the new character (the model), and then you destroy the old character.
Sorry for a late reply, there was something wrong with my pc I needed to fix.
Okay after some experimenting, I’ve figured something out. However the new issue is that I am now unable to jump and my movement stops randomly on my new character. Any ideas why?
you need to assign the camerasubject to the new body humanoid locally. the character also needs scripts to do animations and also everything of the character should be unanchored