roblox-project-template/net.blink
marked 8ee75b96ed
Some checks are pending
CI / Analyze (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Styling (push) Waiting to run
Initial push
2024-11-11 19:35:24 +01:00

11 lines
267 B
Text

option Casing = Snake
option ServerOutput = "src/net/server.luau"
option ClientOutput = "src/net/client.luau"
option TypesOutput = "src/net/types.luau"
event replicate_data {
from: Server,
type: Reliable,
call: SingleSync,
data: buffer,
}