AudioSourcePlayDelayedOn this pageAudioSource.PlayDelayed(number delay) Plays the clip with a delay specified in seconds. Parameters: NameTypeDescriptiondelaynumberDelay time specified in seconds. Usage ---@type AudioSourcelocal audiosource;---@type numberlocal delay;audiosource.PlayDelayed(delay)