How should I go about storing huge arrays (for a video player)?

I’m making a custom video player and I’m currently trying to have it display the video below in an awful 50 by 50 pixel quality.
CatSandwichVideoStreamingTest

I’ve run in to an interesting issue, however. I can’t store the video as a variable without my studio crashing. For context, the way I have it stored right now is with a massive 2D array of RGB values (each entry representing one frame in the video). This format gets very long very quickly however, and it seems the amount of characters simply overwhelms roblox studio’s text editor. How can I fix this?

Here is your solution! :grinning:

1 Like

Thank you! ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.