How would I link a computer software to Roblox?

I’m currently trying to figure out on how I would link a computer software (like node.js) up to roblox using HttpService. But I’m stuck. So, how would I link a computer software to Roblox?

1 Like

The only thing I know of that does something like this is a plugin called ‘Rojo’. It allows you to script in Visual Studio Code.

Question is unclear and very vague. Please elaborate? What are you trying to accomplish? What do you mean by “link computer software to Roblox”?

I don’t know what you are trying to do; but I’ll put this here if it helps. You can request to post or get from websites via HttpService. You can’t download anything; cause then all the roblox servers would possibly get infected as people could abuse this for malicious intent, but you can request the data from websites or post data on websites.

What I mean by linking a computer software to roblox is, lets say I wanted to make a ban list using a computer software like node.js. I’m trying to figure out on how to link that list on the software over to roblox.

If you’re intending to build a database with NodeJS then you will also need a web server to communicate with. You cannot query anything directly from your computer in a Roblox game server - the whole point of HttpService is to communicate with web endpoints and make requests on them.

1 Like

Unless, somewhat ill-advisably, your computer was serving a web application, making it a (terrible) web server.