Skip to main content
Returns the currently active identity level.
Every thread on Roblox carries an identity number that decides what the running script is allowed to touch.

Returns

number - the identity the current thread is running at.
By default, in Seliware, all scripts you run will have the identity of 8.
Community-established identity values: Note: Roblox does not publish an official identity table. The breakdown above is mapped from the output of printidentity, and reverse-engineering of the engine.

Example

Aliases: getidentity getthreadcontext get_thread_identity getthreadcaps