I’m currently making a game about Teenage Mutant Ninja Turtles, and I used StarterCharacter to make the players look like ninja turtles.
I wanted to add a Middle-Aged Mutant Ninja Stegosaurus to the game but I couldn’t figure out how to change the character’s appearance and physical form mid-game (I’m ok with the player needing to reset to look like a stegosaurus).
what the characters look like:
normally when you start the game you get to choose which Ninja Turtle to play as using Guis and I would change the color of the mask depending on that choice.
I tried locally changing the StarterCharacter and doing
player.Character = StegosaurusModel:Clone()
but my character would be deleted from the game, or my character wouldn’t change at all, or my character wouldn’t change but I couldn’t walk or jump.
Basically I’m asking how to change the StarterCharacter, or how to swap the Character with the Stegosaurus model without any StarterGui’s dissapearing.
Thanks!