Making a Roblox Audio Web Player

Hello,

I’m currently working on a project where you can play audio through a browser using HTTP service.

The idea is the player would put in their username in the browser and the browser would play audio when you made an http request to the server.

This would be useful for background audios that aren’t available on Roblox. This would also be useful for rhythm games and such.

I have a working prototype and I wanted to know if people would actually use it. I want to know if there were any particular features people would want because I am eventually going to release this into the public.

Some features I have implemented:

  • Playing and Stopping audio
  • Syncing
  • Volume Control

Please leave some feedback!

3 Likes

Sounds nice, however I wonder if its actually possible to create audio from the web?

its very possible, but i might scratch it due to the low reception. if you want it i can continue working on it.

It would be nice to see. I would want you to continue working on it. But I advise you not to release it directly. As that would be a ToS violation. Give us details tho!

ITS A TOS VIOLATION?? ermmm…

As long as the audio being played is somehow filtered or are select and SFW then this should be fine.

  • website shouldn’t have any fishing links or ads
  • if released to public or open sourced put an advisory warning and state that anything that happens is out of your control.

For more information read Article 2 & 9 under “USER TERMS” in the Roblox Terms of Use
If done for personal use, make sure that audio(s) is SFW, and that permission is given to trusted members.

That doesn’t really change anything as it still counts as “Misuse of Roblox Systems”.
And also you cannot link to websites that cannot go through the Policy API.

I think they can only release this through GitHub and in a way that doesn’t directly work in experience.
You’d have to do work yourself to make it work.

Flood Escape 2 has its own proprietary web audio player, and I was under the assumption that it was allowed because FE2 did it. Is FE2 breaking TOS?