I was able to create (after lots of headache with the roblox compression algorithm and deformations of textures) cyberpunk like display animated advertisements. they are animated at 5 fps and 640x360 resolution. with a maximum of 100 frames to set a standard.
This is how to calculate each frame offset with the roblox compression algorithm:
var i = if width > height do width / 1023
or
var i = if width < height do height / 1024
then
640/i and 360/i is the compressed resolution of the image.
and more fps would make the whole animation blurry.
So if you wanna bypass the whole videostream cost that roblox gives for each video. then make sure you dont have a long video and no audio. but yeah. animated ads are the same as short videos. If any ROBLOX employee can elaborate if this is against TOS? that would be nice.
PS. I realized later that you could easily chain 10 seconds of video at 5 fps by minimizing frames to get a better compressed image back from roblox. this way you could easily put whole videos in the game. If any ROBLOX employee can elaborate if this is against TOS? that would be nice.
You can easily make your own ads and any other frame sequences and use these calculations and read the script inside the model:
they had banned 1 more ad i had, that one was honestly not smart to upload. but since then these havent been terminated. so i think its fine. Its only ads
I was just terminated. I made sure it was no sexual content or at least nudity. 1 day timout for a picture that stated it was already moderated. what can i do because they terminated me but 3 days after the upload. the woman with taste the love was 3 black lines. not nudity. the chemistry one can be a symbol simply. nothing indicates sex. its just ads, i cannot appeal anything. and i uploaded it without the suspicion that an ad like these would be flagged. its whatever but roblox is making this shit developers job impossible. what do you want next? political ads?
SO STOP IT, i understand it. the thing is that im showing you a great piece of tech with the math included for something that i think is very cool. PLEASE dont talk about the “inappropriate” stuff. maybe let me know if you like the module. and maybe not, but give feedback. not point fingers. its between myself and roblox. off-topic shit is also not allowed.
I have autism and just realized i am taking the TOS too literally and therefor made wrong judgement. It is all fake, so its not nude. but these games making whole seks scenes with the new female characters that are on the platform. both look like things that shouldn’t be on the platform. not some cool ads
You got to be careful. If something MAY cause trouble for you, it will.
And be careful telling people you are Autistic, you are not immune to discrimination and persecution. Chances are saying it will get you harsher punishments.
Honestly I am always paranoid of everything I upload to roblox, to the name of the file just to avoid flagging moderation, the fact that you uploaded this like it was perfectly fine is insane to me.
Regardless the resource is cool, just don’t upload more nsfw in the future to roblox.
I guess i learned my lesson here. and unregardless of the drama, people seem to like this post and theres enough traffic for me to say this was a success anyway