fix: require RbxAssetUtils from script.Parent for Wally consumers

This commit is contained in:
2026-02-19 17:50:32 -05:00
parent 9457572b87
commit f631dc5e9b
+1 -1
View File
@@ -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