luau
luau copied to clipboard
Roblox Module Script TypeChecker
` --!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
In order to be able to do anything with this report, we need at minimum the script producing this error.