exists

-- ARGUMENTS
-- modelOrHash: string OR number

-- RETURNS
-- exists: boolean

local exists = ti.models.exists("buffalo")

Last updated