diff --git a/include/customDefinitions.d.ts b/include/customDefinitions.d.ts index ada2e68f8..b5d311697 100644 --- a/include/customDefinitions.d.ts +++ b/include/customDefinitions.d.ts @@ -826,11 +826,12 @@ interface SocialService extends Instance { interface SoundService extends Instance { GetListener( this: SoundService, - ): + ): LuaTuple< | [Enum.ListenerType.Camera, undefined] | [Enum.ListenerType.CFrame, CFrame] | [Enum.ListenerType.ObjectCFrame, BasePart] - | [Enum.ListenerType.ObjectPosition, BasePart]; + | [Enum.ListenerType.ObjectPosition, BasePart] + >; SetListener(this: SoundService, listenerType: CastsToEnum): void; SetListener(this: SoundService, listenerType: CastsToEnum, cframe: CFrame): void; SetListener(