Morph issues with Character Bundles

I’m trying to use some Character Bundles from Marketplace with a Morph Button i’m working on.

I have not been able to successfully morph myself using a button, into a Character Bundle, here’s what I’ve tried:

  1. Tried using InsertService to pull each body part of the Bundle, and replace the players parts with the defined body parts. This ended up killing the Player, over and over despite trying a few fixes.

  2. Caved and bought the Bundle, loaded my Player in wearing the Bundle to copy the full Humanoid, then tried referencing the Bundle (in ReplicatedStorage) to replace the Player’s body parts with the Bundles body parts, this didn’t work, even after a few fixes applied. Player dies, or Bundle is unanchored or doesn’t appear and player is a ghost.

  3. Out of desperation and hours of messing around, I decided to find a working R15 Free Model morph, and tried replacing parts with the Character Bundles parts (same names and all, no extra parts added) and the Morph button still makes the player invisible, or freezes them on the spot.

– Please, what could be the simplest logic for replacing a Player’s body parts with those of a Character Bundle? Is there anyway to directly pull Body Parts and apply them to a Player via InsertService?

Thank you!

this is more specific
there are also some really helpful articles on this, like this one:

1 Like

Wow, thank you so much. I can’t believe how that just instantly worked, I had read about HumanoidDescriptions but figured it wasn’t my route since I was using a Model and not a UserID. But dang, thank you so so much!

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