I want to create a combat system, can you give me tips and suggestions?
1 Like
What is a combat system? Describe what your idea
oh yeah i want to create a system where for each click a combo with stuns is created
How tips and suggestions? About idea side or scripting side
ideas side like you can use raycasting and after that you do this thing
it’s an example
I don’t know how you can use raycasting in combat system but you can use hitboxes. There are a millions of ways to make hitbox and combat system. If I was making a combat system with hitbox i would use the OverlapParams. Its easy to use and usage in script is similar to raycasting but so much more simple. Other than that, first i would start making animations then making a hitbox and scripting. Thats all what i can say, everything other is related to you.