Is this even possible to make in roblox?

Yeah, the title is kinda weird, how did they make this in roblox ?
Any idea would be appreciated ( my own opinion is that they use HttpService to receive a table of pre made texts from an endpoint, and a for i loop )

1 Like

someone made this in output, so i’m guessing its a similar way

Woah, that’s interesting, did they use something like this ? Edit : after reading the post and doing a research i found this GitHub - trung-kieen/bad-apple-ascii: Display video frames in the terminal using Python/Bash

I don’t see how it’s possible to do in the chat, unless it was done server side

reason is simply that TextChatService will throttle messages that are sent to often (or at least it should, if it doesn’t, ummm, yikes), and I would 100% expect the text filtering to create a bunch of tags

As for the technicalities, either every frame was premade and stored directly in lua, or it was made on the spot. I don’t see why http service would be needed