Skip to main content

AudioSource.SetScheduledStartTime(number time)

Changes the time at which a sound that has already been scheduled to play will start.

Parameters:

NameTypeDescription
timenumberTime in seconds.

Usage

---@type AudioSource
local audiosource;

---@type number
local time;


audiosource.SetScheduledStartTime(time)