Stop
7/14/25Less than 1 minute
VideoPlayer.Stop()
Stops the playback and sets the current time to 0.
Usage
---@type VideoPlayer
local videoplayer;
videoplayer.Stop()
Extra Detail
This also destroys all internal resources such as textures or buffered content. After calling /Stop()/, VideoPlayer.isPrepared becomes false.