Hello,
I’m making a game where players can use multiple characters to fight and use different abilities depending on what character they are. How should I go about making this?
Hello,
I’m making a game where players can use multiple characters to fight and use different abilities depending on what character they are. How should I go about making this?
i normally have folders with all the scripts that control each character, and when you pick a specific character it clones the scripts into the character allowing them to use their movesets.