Is it possible for 3rd party app send data?

Hello scripters, I am trying to make a face detection application and then send the data to roblox, and replicate the face into blocks, I already have made an application that detects the face and detects triangles in the face, how do I send this to roblox? And what should I keep in mind? Thanks in advance.

Not 100% sure on this but I’m pretty sure this isn’t possible currently. You can send data from roblox, but I don’t think you can send it to roblox

What about via https and a web server?

There’s still no way to listen for a request from inside of roblox as far as I know

There is no work around, I am positive I have seen it before from showcases

As far as I know it’s not possible and there’s no workarounds, you may want to seek a second opinion however as I’m not 100%

The only way to get data into Roblox would be to have your game to send an HTTP get request to your app. Roblox servers can’t receive requests on their own, but you can periodically request third party servers for updates.

Oh okay! So how do I do that without going over the http request limit? Also any web services you recommend?