How to make a video

Hello

I am having an issue making an interactable cinema on the roblox studio and the problem is casting the video

I tried uploading frame by frame but and changes to the other frame on every 0.1 sec

is there a way to solve this

Thanks :slight_smile:

Isnt that what you want?

Also, you can’t make videos on roblox, only gifs and short clips

yes, but when I try to change the frame every millisecond by a script it does not change

basically it’s called lag, or you use wait(0.1). I’ll reccomend you use RunServece:Heartbeat or RunService:RenderStepped, if you wish to make client-sided cinema, which can run more smoothly.