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.
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?