I need help starting my r6 combat system with 5-hit combos with air combat and directional blocking and some skills with Gui’s and cooldown time to it how would I make it work when I add a sword to it how could I do that?
Alright, I think I can explain this very well,
First, Since its a 5-hit combo, you need to have a accurate hitbox, so Region3 or GetPartBoundsInBox
What I would do to make it accurate is get the hits on CLIENT, This will then be sent to server with sanity checks on server like distance and check the info to be correct
To be able to use like other weapons you need to make your combat system universal, For example creating DMGHandler Module that your combat system connect to do damage calculations and a StunHandler module to manages the stuns , Make sure its on the server.
That’s pretty much it.
another thing. What would I have to do to make this work in tools?
Well How I do it is you can check if its equipped and then use UIS or use the Activated Function