Hey there.
I was just curious if it’s possible to send a command from discord & then the ROBLOX game will execute it.
That’s all. I don’t have any code to show, thanks.
Hey there.
I was just curious if it’s possible to send a command from discord & then the ROBLOX game will execute it.
That’s all. I don’t have any code to show, thanks.
Node.js and HttpService
you can find tutorials on youtube
This isn’t possible because Roblox servers can only send requests, not listen/receive any. (Although it is possible on external servers)
Well yes, one way would be to have an intermediate server that stores discord instructiosn and then the roblox game check for instructions stored in the server.
That could work probably… not entirely sure. Any help methods?
Well and express.js server and then HTTP service get request to the express server
You can use discord bots to do that; because discord webhooks cannot send, it can only receive from Roblox
Thank you for telling me this
This is completely possible to do. Host a bot and an express server on the same app, and send requests to it, with HttpService.
You can send requests at a certain interval, and see if the response body or header changed.