Hey,
Trying to make a sound region ish system that will set the volume of a sound to whatever it needs to be for that sound when a player is inside or touches the sound zone. This would need to change locally only. The sound playing is done by the aircraft systems I just need it so it can set the volume so the player that is inside the zone can hear it and those that are outside cannot.
I’ve tried using a touched event, finding the player and doing it that way but doesn’t seem to work. Anyone have any ideas on how to-do this? For reference this is for an aircraft and allowing the change from exterior sounds to interior. Ideally I’d want the scripts & sounds to remain inside the aircraft for ease of use but open to anything at this point.
Thanks