© 2026 Hedgehog Software, LLC
// component acoustic_zone: Exclude<keyof typeof Workspace.AcousticZones, keyof Folder>; // declaration interface Workspace extends Instance { AcousticZones: Folder & { Nightclub: Part; TestZone: Part; env: Part; }; }
Reflect.decorate(WorldAudioEmitter, "$c:components@Component", Component, { { tag = "WorldAudioEmitter", attributes = { audio = t.string, scope = t.number, acoustic_zone = t.literalList({ "Nightclub", "TestZone", "env" }), volume = t.number, }, instanceGuard = t.instanceIsA("BasePart"), } })
Join the Discord to ask follow-up questions and connect with the community
2,542 Members