How do i see if a player is inside a non cancollide part?

what’s the method for seeing if people are in a part? Like if i were to make music zones, how can I tell if a player is INSIDE the zone part?

Region3.

Region3 can be used to do this.

Or raycast hitboxes

I’d use workspace:GetPartsInPart() for this.

WorldRoot | Roblox Creator Documentation

1 Like

That doesn’t work for parts that can’t collide.

Thinking of different thing, sorry.

1 Like

It works for non collidable parts too.

1 Like

you can make some part that is on the floor if it touched then it plays the music

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.