How would i make a kick sysme like this(HttpService)

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 :clap:

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 ( ͡ಠ ʖ̯ ͡ಠ)

To my limited knowledge of HTTPService, roblox can only make requests to websites and not vice versa.

So having a website with a button to kick a player on roblox, to my knowledge, is impossible.

(After writing that)
I managed to find a post from last year with a possible solution in it, but I barely understand whats being said.

1 Like

Alr thanks. I’ll make sure to read through it and see what i can gather :slightly_smiling_face:

1 Like

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.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.