You can specify types in Luau by adding a colon and then the type afterwards.
Example:
local myNumber: number = 0
local myBool: boolean = false
You can specify types in Luau by adding a colon and then the type afterwards.
Example:
local myNumber: number = 0
local myBool: boolean = false