-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
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