YetAnotherClown/planck

Fallback to Source + Line for System Names When Name Is “system”

Open

#41 opened on Feb 6, 2026

 (0 comments) (0 reactions) (0 assignees)Luau (16 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (56 stars)
PR merge metrics
 (PR metrics pending)

Description

When systems are defined as,

return {
    system = function()
        -- ...
    end
}

The name for the system will become system. When this happens, we should fallback to using the Source + Line for the system name.

Contributor guide