Auras an abilities system

Hey there, I was working on a game and have to create a system with auras, each one having its own set of abilities. How should i go about implementing it? Like, i little to no idea of what to do.

1 Like

I would create a table/nested table containing the auras and other info. Assigning an ID to each aura and simply use that ID to reference them on datastore or anywhere else.

Ok, i get that, but now, how do i like, make the abilities, what’s the best way to make different abilities for a system like this, do i make a tool? a script? a module? that’s where im stuck at rn, cuz they might be completelly different, insted of having, idk, 3 vfx, one might have 4 and another one might have 10

You can do it with a module where you create the abilities’ function and use the nested table as reference. I would recommend you check anime abilities videos/topics as they are experts in making them.

1 Like