Skip to content
On this page

hwidExHash()

Get some more unique hardware information for this player.

Nobody knows how this is generated but the developers.

Do not use this for login systems.

Function Definition

ts
public readonly hwidExHash: string;

Returns

  • string

Documentation

Examples

ts
const someHash = player.hwidExHash;
console.log(someHash);

Documentation Created with ❤️ by Stuyk