This commit is contained in:
watrabi
2025-12-18 16:59:29 -05:00
parent c93494f795
commit ff95483b22
54 changed files with 60469 additions and 509 deletions
@@ -28,7 +28,7 @@ local WaitingToSave = false
local PlaceId = Game.PlaceId
local Url = ContentProviderService.BaseUrl
local UrlBase = Url:match('^http://www\.(.-)/?$') -- Turns "http://www.gametest1.pizzaboxer.fun/" into "gametest1.pizzaboxer.fun"
local UrlBase = Url:match('^http://www\.(.-)/?$') -- Turns "http://www.gametest1.watrbx.local/" into "gametest1.watrbx.local"
local ApiProxyUrl = 'https://api.' .. UrlBase
-----------------