Okay, I am incredibly bad at HttpService and am still attempting to grasp the concept of it. If someone is able to help me out with this code I have a feeling it will suddenly become clearer for me.
So say there was a script on a hosting server that kicked people, this was what the url was: www.example.com/kick.php?admin=[name]&kick=[player]
and what it done is when you click a button it checked if you were admin by using the [name] thing and would kick the [player] if you are. I do not need to know about the PHP scripting as that can be easily done, but I am just wondering how do I post the info to it? like: www.example.com/kick.php?admin=game.Players.LocalPlayer&kick=game.Players.Noob
Thanks if you can help. |