Skip to main content

uniqueId

Generates a unique id string following the UUID v4 standard.

Generate a new id
import { Instance } from "cspointscript"
import { uniqueId } from "s2ts/counter-strike"

const id = uniqueId()