Currently, as of 12/12/2020, if a Sound
instance is parented to a Folder
and said folder is parented to a Part
, the sound does not respect that part’s occupancy in the Workspace, and instead the sound acts as if it were directly parented to Workspace / being played while parented to a LocalScript
. This is unexpected behavior. Sounds should be 3D if they are a descendant of a part, regardless of whether or not they are in folders.
Steps to reproduce:
- Insert a part into workspace
- Insert a folder into the part
- Insert any sound into the folder
- Play the sound. Observe the non 3D behavior of the sound.
- Reparent the sound to be a direct child of the part. Observe the 3D behavior enabling.