Hello I was wondering how do I could make a counter ability like this.
https://gyazo.com/402205887bf37927a53cdcf80bb365e8
Help would be much appreciated.
Hello I was wondering how do I could make a counter ability like this.
https://gyazo.com/402205887bf37927a53cdcf80bb365e8
Help would be much appreciated.
Sorry for a late reply however, there are a few ways you could do this,
Whenever the move is used, you could make a value and insert it into the player, and then whenever someone hits them, you could check if they have said value, and then do the counter
Or you could use attributes,
To sum up any confusion you might have, essentially, Whenever the player hits said person who is doing the counter, your combat system can check if they have said Value/Attribute and then do a script that counters.
You can achieve this by making a Bindable Event
and then make it so they cant attack you?
Basically how I would go about it is,
The main part is that with this, if you have a script that lets players punch when they m1 for example, You need to run a check to see if the value is there.
Please inform me what kind of system your using and I can better help you,
Examples:
I plan on using tools I just wanted to know this so that I can use it in the future