You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I’m making a third person shooter, and I am going to add some melee weapons. However, I want the collisions of said weapons to be accurate. I already have a system for moving the waist based on the camera, however everything is done on the client there, meaning in order to get accurate collisions I’d have to get collisions on the client, and that’s a really bad idea because it means exploiters can just move the hitbox and cheat the system. I want to prevent exploiters as much as possible -
What is the issue? Include screenshots / videos if possible!
I can’t find any already existing solutions to this problem.