of     1   

xCrystalGem
#218157838Sunday, June 04, 2017 6:10 PM GMT

If I'm trying to make a few characters to play as for a game, what would be the best way to do this? The characters would be completely custom models. I know that you're able to animate custom models with roblox's animation plugin, but how can I make these characters playable? Or is there a whole different way to do this?
PermissibleMoletom2
#218158067Sunday, June 04, 2017 6:13 PM GMT

Good question, I also want to know that. -PermissibleMoletom2
fret13103
#218161711Sunday, June 04, 2017 7:08 PM GMT

Insert a humanoid and humanoidrootpart into the morph animate the morph using roblox's animation plugin
xCrystalGem
#218162532Sunday, June 04, 2017 7:19 PM GMT

I understand how to do that part, but I'm unsure how to make the models/characters actually playable? Where you can choose who you'd like to be, and you'd simply turn into them.
xCrystalGem
#218182552Sunday, June 04, 2017 11:55 PM GMT

Bump ^^
DeleteriousDan
#219379465Wednesday, June 21, 2017 3:47 PM GMT

name the model StarterCharacter and place it in starterplayer or make a script to replace the player character model with the custom character model
xCrystalGem
#219464513Thursday, June 22, 2017 6:12 PM GMT

What If I multiple models to play as? Would I continue with placing them all under StarterPlayer?
DeleteriousDan
#219815828Monday, June 26, 2017 7:33 PM GMT

no, you would need to make a morph gui or morph button and replace the player's character model
ArmaVictorem
#219816333Monday, June 26, 2017 7:40 PM GMT

I'll assume that you know some basic scripting at the very least and just get straight to the point, if you want to assign something as the player's character model just assign the "Character" property of the player to the model you want to set as the player's character. This will result in the old character model being destroyed in the process. I usually go out foruming at night so don't be surprised if I stopped making sense after a while
xCrystalGem
#219818666Monday, June 26, 2017 8:11 PM GMT

What's generally needed to make a morph GUI? Most likely a script to actually morph you into that character, I would assume. I've made GUI's before, but I've never attempted at a morph GUI, so I'm curious.

    of     1