#Roblox HttpService Help pls
1 messages · Page 1 of 1 (latest)
@storm panther sorry for ping but do you acctually think u can guide me
and like what bot i need to use
or is this acctually doable bc i saw this gui on some other game
Can the bot send them a one time code instead
But yes it's possible
Bot generates a code for a user and saves it into the database then sends that code then the user
Then the user paste that code into Roblox
Then Roblox server uses http to check to make sure the code matches the database
You can also save the time and date into the database so that if to much time has passed you reject the code
And make them generate a new one
Do you suggest any bot or i do need to make one myself too
Iv never used other bots other then patreon
last questions can i do it with ur datastore and how a bot can send data to datastore(is it httpservice?)?
Datastore has no effect on your task any datastore can do what you want
^i asked this if u could answer pls i said how a bot can send info to the database on roblox ?
So you need a web server that runs something like PHP
Then the Roblox server can use http to talk to the web server and get a response
Roblox server will send the code
Then the web server will check to make sure it's valid and respond back to the server true or false
If the web server returns true then you accept the code and save it into the players datastore