Skip to main content
Compiles a Luau source string and returns the loaded function. If loading fails, it returns nil and an error message. The returned function is not executed automatically.

문법

인수

반환값

예제

source text를 컴파일하고 가능한 compiler error를 처리합니다.