Script
Inherits LuaSourceContainer
Script holds Lua code that runs automatically when the game starts. Unlike ModuleScript, it doesn't return a value and is used for game logic and behavior.
Properties
When true, the script can execute; when appropriate.
The Lua source code to execute.
File path to fetch and load source code from.