Get Started

First Off let's create a ServerScript in ServerScriptService.

Now let's edit the script by right clicking on it and pressing "Open"

Now let's set up BLOXsql

-- Copyright 2020 RAMPAGE Interactive 
-- Written by: vq9o 
local BLOXsql = require(16229654720) 
local Settings= {
	-- Ensure you whitelist "141.98.74.17" with your database host.
	Username = "rampage_admin",
	Password = "1234567890",
	Host = "localhost",
	Database = "rampage_main"
}
)

Last updated

Was this helpful?