You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be just a skill issue on my part but anytime id import bytenet in typescript "import ByteNet from "@rbxts/bytenet";" when it would decompile to lua it would come out as "local ByteNet = TS.import(script, game:GetService("ReplicatedStorage"), "rbxts_include", "node_modules", "@rbxts", "bytenet", "src", "init.luau")" the issue is init.luau does not exist in roblox studio but it oddly does in visual studio code, porting over the init.luau file over manually and changing the paths fixes this and bytenet works as normal
The text was updated successfully, but these errors were encountered:
This may be just a skill issue on my part but anytime id import bytenet in typescript "import ByteNet from "@rbxts/bytenet";" when it would decompile to lua it would come out as "local ByteNet = TS.import(script, game:GetService("ReplicatedStorage"), "rbxts_include", "node_modules", "@rbxts", "bytenet", "src", "init.luau")" the issue is init.luau does not exist in roblox studio but it oddly does in visual studio code, porting over the init.luau file over manually and changing the paths fixes this and bytenet works as normal
The text was updated successfully, but these errors were encountered: