hwidHash()
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 hwidHash: string;
Returns
- string
Documentation
Examples
ts
const someHash = player.hwidExHash;
console.log(someHash);