Function roblox::function::print_identity[][src]

pub fn print_identity(prefix: Option<String>)
Expand description

Equivalent to void printidentity(string prefix = "Current identity is") in Luau.

Prints Current identity is [ID] to the output, where [ID] corresponds to the current thread’s security context level.