mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
9 lines
No EOL
196 B
Text
9 lines
No EOL
196 B
Text
option ClientOutput = "test/output/client.luau"
|
|
option ServerOutput = "test/output/server.luau"
|
|
|
|
event MyFirstEvent {
|
|
from: Server,
|
|
type: Reliable,
|
|
call: SingleSync,
|
|
data: string
|
|
} |