Hello devforum!! This is my first time using characters in code. Usually, I code UIs or object oriented programming but I am trying to find a way to set the player’s character to a rig I have set in the Server Storage. When the player changes teams, the character will change.
I have the team changing set down, I’m just not sure where to go from here. Anything helps! Thanks in advance!!!
Well its a pretty simple thing to do, you need to set the player character to be the model you are wanting to be the character (Note that you need to do the rigging, and all other requirements for that) and then put the character into the workspace.
Does that not only apply to player rigs? What if I want a player’s character to be a custom rig that I created and not an actual roblox appearance? How would I go about creating that?