How to wait until a video finishs playing

So I’m trying to do something really simple. I have video1 and video 2 How can I wait for Video1 to finish playing? I don’t know how long each clip is so how would I do Vidoe:WaitForEnd or how do I do that?

I haven’t experimented with it yet but try:

video.Ended:Wait()

1 Like

That seems to have worked. Thank you @JasonSpero!

1 Like