External Audio Import

I want to achieve a way to play audio through roblox via an external server! I have a script and a local host that allow me to take a video ID and itll return the video pixel data. That all works perfectly, no issue there. However, its deadly silent, is there a way to have the audio play?

Im using bad apple as my example as its a commonly used piece of media. I can always edit in the audio if needed, but itd be nice to have it provided with the pixel data if possible


felt important to also include that this is NOT an attempt to bypass the filter/moderation for videos, this is simply a private game for me to create an attempt at following the “bad apple in X” trend.

I don’t think that’s possible due to how roblox has no way to “synthesize” audio in-engine. Best you could do is probably replicating a midi using sounds already loaded to the game.

Also I’m not entirely sure if sending videos via an external server is allowed? It might be seen as a way to bypass roblox’s moderation. Still very cool though.

2 Likes

I’m not releasing this game to the public, its just something to have fun with since I’ve seen so many people make bad apple in different games, I thought it’d be a fun idea to mess around with! I was theorizing to have a few audios in Roblox and then my script sends over audio data for Roblox to “re-create”? Sadly it seems to be a very complex task and I don’t want to overload the task run time as that’s already an issue I’m having with a 30fps 64x36 video.

However, if I do ever tackle it and I get a somewhat working outcome, ill be sure to follow it in this post :smiley: