From 5ad930c197a1393e87f6a20a1a9ae1f631c83566 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:42:57 +1000 Subject: [PATCH] Update studio.blade.php --- resources/views/client/studio.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/client/studio.blade.php b/resources/views/client/studio.blade.php index 3f3d2ab..deceefd 100644 --- a/resources/views/client/studio.blade.php +++ b/resources/views/client/studio.blade.php @@ -7,13 +7,13 @@ ob_start(); game:GetService("ScriptContext"):AddStarterScript(1) -pcall(function() game:GetService("InsertService"):SetFreeModelUrl("http://www.morblox.us/game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end) -pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("http://www.morblox.us/game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end) +pcall(function() game:GetService("InsertService"):SetFreeModelUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end) +pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end) game:GetService("ScriptInformationProvider"):SetAssetUrl("http://www.morblox.us/asset/") -game:GetService("InsertService"):SetBaseSetsUrl("http://www.morblox.us/game/Tools/InsertAsset.ashx?nsets=10&type=base") -game:GetService("InsertService"):SetUserSetsUrl("http://www.morblox.us/game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") -game:GetService("InsertService"):SetCollectionUrl("http://www.morblox.us/game/Tools/InsertAsset.ashx?sid=%d") +game:GetService("InsertService"):SetBaseSetsUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?nsets=10&type=base") +game:GetService("InsertService"):SetUserSetsUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") +game:GetService("InsertService"):SetCollectionUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?sid=%d") game:GetService("InsertService"):SetAssetUrl("http://www.morblox.us/asset/?id=%d") game:GetService("InsertService"):SetAssetVersionUrl("http://www.morblox.us/asset/?assetversionid=%d")