Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Private Message player from in game?

Asked by 6 years ago

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

0
I don't think that is possible. PyccknnXakep 1225 — 6y
0
it is possible but it would require a roblox bot and some sort of teller so trello or discord to tell a player has won to a bot. iRexBot 147 — 6y

1 answer

Log in to vote
1
Answered by
iRexBot 147
6 years ago

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.

Ad

Answer this question