fix: require RbxAssetUtils from script.Parent for Wally consumers
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
local module = {}
|
local module = {}
|
||||||
|
|
||||||
local HttpService = game:GetService("HttpService")
|
local HttpService = game:GetService("HttpService")
|
||||||
local RbxAssetUtils = require(script.Packages.RbxAssetUtils)
|
local RbxAssetUtils = require(script.Parent.RbxAssetUtils)
|
||||||
local Types = RbxAssetUtils.Types
|
local Types = RbxAssetUtils.Types
|
||||||
|
|
||||||
local BASE_URL: string? = nil
|
local BASE_URL: string? = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user