Skip to content

Api > AudioSource > SetScheduledStartTime()


AudioSource.SetScheduledStartTime(number time)⚓︎

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

Parameters:⚓︎

Name Type Description
time number Time in seconds.

Usage⚓︎

---@type AudioSource
local audiosource;

---@type number
local time;


audiosource.SetScheduledStartTime(time)