I’m trying to make a game of which each character is split into two scripts, the template script and the character ‘lua’ script.
There are two characters, which are using the same collection for consistency, they both use different character scripts (I have already got the sprites working). The problem is that they both need different scripts using the same code .I can identify the two of them separately; But using require, requires for both of them.
Is there a way around this?