[ Suggestion ] - Leaderboard, Int, String, BoolValues and connection to get values ..
#2
I don't want to let people access the MySQL database, for security reasons.

But what about adding a httpGet function and letting you host the script yourself? Most web hosts have PHP and MySQL.

Code:
local points = game:httpGet("http://yourhost.com/getPoints.php?name="..player.Name)

Code:
game:httpGet("http://yourhost.com/setPoints.php?name="..player.Name.."&points="..points)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)