How to edit SQL tables in roblox?

This might sound stupid, how do you edit a table in a SQL database using other variables?
I couldn’t find anything on this subject that works or is reliable.

If you need an example, how about a ban SQL table, whenever you put a name in the a textbox and press the button, it adds to a SQL ban table.

If you want to use other examples you are welcome to.

Thank you in advance.

To use SQL in Roblox you would need an external server.

I believe you are looking for DataStoreService.

1 Like