How to detect if moving object touched anything

so im working on a game that needs to have a hitbox and i have hitbox in startercharacter but how do i detect if hitbox touched anything (also it’s welded to the root part) cuz normal part.Touched() doesnt seem to work here, so how do i do that?

1 Like

use region3

Quick tutorial for region3

Put it in a loop, and it should detect everything thats touching it.

1 Like