How do I detect when a VideoFrame has stopped playing?
yourVideoFrame.Ended:Connect(function()
-- Put your code here
end)
1 Like
How do I detect when a VideoFrame has stopped playing?
yourVideoFrame.Ended:Connect(function()
-- Put your code here
end)