Roblox Setup
Fast Installation
For creating a new place.
-
Download the RBXL file from the latest release full.
-
Open the file.
-
In ServerScriptService open Server/Handler.
-
Change
local Server = "http://143.198.139.168:25503"
tolocal Server = "yourserveradresshere"
makes sure there is no trailing slash. -
Change ApiKey to the ApiKey you set in config.json.
-
Change PlaceId to the a PlaceId of which your Roblox bot can create developer products on.
-
Publish and make sure HttpRequests is on.
Manual Installation
-
Download the RBXM file from the latest release full.
-
Put it into your place
-
Move Client to StarterPlayer/StarterPlayerScripts.
-
Move Common to ReplicatedStorage
-
Move Server to ServerScriptService
-
Delete README.MD
-
Move GUI to StarterGui
-
In ServerScriptService open Server/Handler.
-
Change
local Server = "http://143.198.139.168:25503"
tolocal Server = "yourserveradresshere"
makes sure there is no trailing slash. -
Change ApiKey to the ApiKey you set in config.json.
-
Change PlaceId to the a PlaceId of which your Roblox bot can create developer products on.
-
Publish and make sure HttpRequests is on.