Lib.createObj

It is used to create an object with specified parameters

Lib.createObj(...)
  • hash: string

  • coords: vector3

  • isNetwork: boolean

  • options: table or nil

    • rotation: table or nil

      • p: number

      • r: number

      • y: number

    • placeOnGround: boolean or nil

    • freeze: boolean or nil

    • invincible: boolean or nil

    • disableCollision: boolean or nil

    • alpha: number or nil

Last updated