How do I make a video in a game

I’m trying to make a game that has a custom video in it. Does anyone know how to do that instead, of upload every frame individually.

If you find something tell me please.

This may not be an ideal way but you can find a way to convert a video to images and upload each frame using asset manager.
I got a gif to work in a Roblox game so I believe this method would work for videos as well.

2 Likes

Depending on the resolution, length, and fps of the video, you could try converting into a spritesheet. If it’s a small effect, you should use this. If it’s a long video, unfortunately, the only way is through individual frames. Try to find some way to preload them, otherwise they might show up as white backgrounds until they load. For slower devices, they might simply not load at all.

Just create a viewport and use some tweens to do the film.

1 Like