Hello! I have made a Admin Panel for my Roblox Game, where I can ban players, warn players and things like that with me being in the game, I have made a website but I don’t know how to link it to my game, can somebody help link this to the game?
You can use httpservice to exchange information between the game and the website
also note that you cant send requests to your roblox game from the website, so you need to find some workaround
Could you help me out, I don’t really understand.
http service allows you to send requests (asking for information) from your game to things outside of roblox (like your website), but you cant send a request from your website to the game
you could do something like this:
- store latest actions on the website
- roblox server sends a request to the website every 10 seconds
- website tells roblox server all the actions that need to be done through the request that the roblox server sends
I would like it to show the Players Display Name, Players Username and ID when I search the player in the website, but I can’t do that
Just use http service, like the guy said. People use it for discord webhooks so, you can go off someone’s webhook code for it.
I tried noblox but found out that doesn’t work on websites, thats really the only think I know that discord bots use
You could make a Google web app