#Roblox HttpService Help pls

1 messages · Page 1 of 1 (latest)

hard monolith
#

Can someone guide me how to do this: if a player joined my game and is verifyed by a bot and then on a textbox gui on a roblox game they enter their discord user they can get rewards

#

@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

storm panther
#

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

hard monolith
hard monolith
#

bc im kinda new with bots

#

and stuff

storm panther
#

Iv never used other bots other then patreon

hard monolith
storm panther
#

Datastore has no effect on your task any datastore can do what you want

hard monolith
storm panther
#

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