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