Single Doors

Doors table that contains only one door object

{
    type = "single",
    model = -1156992775,
    coords = vector3(306.84893798828125, -213.67449951171875, 54.37154006958008),
    distance = 1.5,
    main = true
},
  • type?: 'single' or 'double'

    • If not declared, door will be interpreted as single door

  • model: number or string

    • Model name or hash

  • coords: vector3

  • distance: float

    • Distance at which the player can interact with the door

  • main?: boolean

    • If true, this door will have purchase option in target menu

Last updated