Hello there! I want u guys suggest me about hitbox. here is my problem.
As I know, there are 3 way to make hitbox. Touched event ,Region3 and raycasting.
but I don’t what to use when.
first I try touch event on projectile but I found problem that when player or npc is anchored they won’t get damage and sometime it won’t detect. So I change to region3 but it can’t rotate. And for the raycating I don’t know how to use.
Touched events are tough to use with projectiles because if the projectile lags and jumps along it’s line of travel it may not touch the target at all.
Try searching the developer.roblox.com site again for those items. There may be helpful information there.
Also try searching these forums for help on those topics too. The information you can get from those posts is probably better than what I can give.
well, you can just get creative however I suggest you use RayCast for projectiles and mix the others on Melee stuff also don’t forget that Magnitude with Dot Product is also an option!