How would i merge 2 characters into a single one?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Merge 2 players on the same character and switch controls between them on their choice.

  2. What is the issue? I dont have references to work on it :sob:

  3. What solutions have you tried so far? Changing the appearance of each character while respawning them so it would look like the character changed controls to another player.

I’m working on a DBZ Game (Yes i’m aware of Toei’s DMCA) and i’ve been attempting to make a metamoru/potara fusion system for a while with no success. My last option is to change one of the character’s appearance and keep respawn them in the same cframe to ā€œswitch controlsā€ by loading the appearance on the other character.

You’re free to share examples on how would i do it btw. (No spoonfeeding ofc)

1 Like

Well for starters youll have to create a character and then create custom movement script that both users have, then when one user tries to move in a server script give the player networkownership of the character and boom there ya go. That should work, its a really complicated process but I’m sure you could do it!