Should I use a PHP database instead for this?

Hi!

  1. What do you want to achieve? I’m making a recreation of the 2010 ROBLOX site, and I want to have custom accounts.

  2. What is the issue? I wanted initially to use an OrderedDataStore for this, but I just found out that there is no way to use strings in there. (Duh, I should’ve figured)

  3. What solutions have you tried so far? I’m wondering whether I might as well use PHP for this. I’m more well versed for databases in PHP anyway but I don’t really want to use external stuff.

If you need anything else, feel free to ask me. I’ll gladly provide anything you’ll need.

Thanks!

Do you mean an actual website or like a website in a roblox game. If in a roblox game where you mean UI that looks like the website you can use roblox datastore. If you mean an actual website then i’d recommend php like you said or sql

I am making the recreation using UI, but I might use the PHP way because I feel that I have a better understanding of how databases work in that than how I understand datastores in Roblox.

1 Like