#💬 sharl16ʹs Feedback
1 messages · Page 1 of 1 (latest)
Roblox charges 2.000 Robux (per video) to add videos to experiences. That ain't right so I made my own system that does all of that without needing to spend money on a imaginary currency.
Will add JPEG support too, because I realized having a lot of PNG's is not exactly a good idea..
Contact me via Discord or Instagram, my tag is @sharl16
Sou...
so is it big group of frames acting like pixels?
Originally you mass uploaded a lot of images and with the help of a plugin it renamed them all sequentially and played them back in order. That wasn't good as it took a lot of time and it wastes resources, so in the newer version you now just upload the images, you put them in your game and with the help of a plugin, it gets all of the images and puts their assetId in a newly generated module script. Then you delete the folder that had all the images and you keep the new module script. The playback now happens by reading the module script in sequence (there is a table) and there are 10 image labels that are essentially buffers from LIDL 😂 . When a image is being displayed, the rest load the next images that has to be loaded, because if you only have 1 image label that changes assetId, it wouldn't load in time and the screen would be blank.
https://www.youtube.com/watch?v=lKPNFibI_n4 this one showcases the new approach
This video showcases the updated version of my custom implementation of playing back video footage in ROBLOX for FREE.
ROBLOX normally charges 2.000 Robux per video. As I can't afford that, I made my own video-playback system for free.
The video: https://youtu.be/VWppaOZXIAw shows how to setup the system, but it is outdated since the system h...
I haven't released this one yet because I also need to make a setup video and fix some bugs here and there.
How much time needed to upload video