Skip to content

Commit 8d4e697

Browse files
committed
fix: add missing service
1 parent 536e76f commit 8d4e697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roblox/src/shared/Browser.luau

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--!native
22
--!optimize 2
33

4+
local AssetService = game:GetService("AssetService")
45
local GuiService = game:GetService("GuiService")
56

67
local Stream = require(script.Parent.Stream)

0 commit comments

Comments
 (0)