I’m trying to make a script that plays music when a player is on a part that contains CanCollide disabled. I saw that people suggest using either Region3 or GetPartBoundsInBox, but I’m not sure which one to use for this.
Which method is best for detecting when a player touches a part and triggering music? And how can I use these in a script?