LocalScript
A script that runs on the client to handle local gameplay logic.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "LocalScript" |
Source | any | [[print("Hello World!")]] |
RunContext | EnumItem | Enum.RunContext.Client |
Language | EnumItem | Enum.Language.Luau |