So recently i decided i would get back to web development. Programming in lua 24/7 is getting kind of boring so i decided i shoudl pick up web development again to have something fresh to learn. Ive coded using Html/css/java/php(Mainly) for quite a bit(Like since 2018). But quit for some years and decided to come back again.
Now to my question
Some years ago i saw a video where someone had coded a system that functioned something like this on the web:
(Cant show video because i cant find it anymore)
They had an input box and a button. Whenever you spcified a players username in the input box and clicked send. It would send a http request to roblox and somehow kick the specified user in said game.
Now i know how all the http shmuck works. I dont need help with all that. All im asking for help is. How. And where should i send my requests to?
Mainly my question is how they even kicked someone from a game using a http request?
Ive tried looking everywhere but i cant find ANYTHIGN related to my question.
Any help would be really appreciated because im at a dead end. I have no idea where i should send my requests to? or hell even accomplish something like this ( ͡ಠ ʖ̯ ͡ಠ)
My post is outdated, after I made that post the MessagingService Open Cloud API was released so it is now possible to send requests directly to roblox servers.