Hello,
Is there any possible way to message a player on the website from in game. So if they win point, it will message them on the website ?
Thanks,
Anthony
Yes it's possible but you may need to learn a secondary or 3rd coding language. You can send a HTTP request to trello or anything that can tell another client that the user had did something. Once done you need to create a roblox bot programmed to message the player and detect if the player finished the game.
What I am doing in a nutshell: player finished the game Client: The client detects it and sends a HTTP request. Trello: Trello reached the request and sent it to the bot Bot: The roblox bot gotten the request and sent the message.
Problems you may run into: Users may have messages off on roblox causing the bot to crash if not coded to detect it. Bot needs to be online 24/7 (It's extremely hard to keep stuff 24/7 without many shutdowns) Bugs can happen in scripts.