Currently, I have a system (making use of the “ZonePlus” module) to detect players changing and moving through a series of zones throughout my game based on character model movement… however with some updates I am working on, this can no longer stay as being based off of the player’s characters position and instead needs to be using the player’s camera.
What is the best way of approaching this?
Right now I am assuming detecting the camera’s CFrame changing and comparing the camera to the zone parts is the way forwards, however I’d like to check with people that actually know what they’re talking about for better more efficient ways to do so.