Skip to content

Default to LTS Luau #333

@nikita-petko

Description

@nikita-petko

This issue talks about defaulting to default Luau code execution if no Roblox-specific lua features are detected (such as game, workspace etc.)

This system needs the following:
~ A way to execute Luau from within the process without relying on external processes.
~ A way to dynamically detect code that contains Roblox-specific functions, this will call for an additional utility class that notes down every case that is Roblox-specific, and will cache the hash for these scripts so that this check is reevaluated on every subsequent instance of it.

Metadata

Metadata

Assignees

Labels

area: code-opsIssue relates to the issue of Code Opskind: enhancementThis issue integrates a modification to an existing product or system.

Type

Projects

Status

Not Started

Relationships

None yet

Development

No branches or pull requests

Issue actions