luau icon indicating copy to clipboard operation
luau copied to clipboard

Roblox Module Script TypeChecker

Open zyos73 opened this issue 5 months ago • 1 comments

` --!strict

local DataAPI = require(game.ServerScriptService.DataAPI) local dataTree = {}

DataAPI.register(dataTree) --"DataAPI" gets underlined orange from Type Checker `

Link to DataAPI: https://github.com/zyos73/Roblox/tree/main/APIs/DataAPI

Image Image

zyos73 avatar Jul 29 '25 17:07 zyos73

In order to be able to do anything with this report, we need at minimum the script producing this error.

aatxe avatar Jul 29 '25 17:07 aatxe