Configuration

Configuration

LB Phone is highly configurable and automatically detects your framework by default.

If you want to customize the phone further, you can do so in the config folder. There are guides in this category on how to do most configurations.

Multiple items / Colored phones

⚠️
This does not work with unique phones
If you use multiple item names, you must remove Config.Item.Name

You can set up the script to allow multiple items to be used with the phone. This is useful for coloured phones or to use different models.

Config.Item.Names = {
    {
        name = "phone_green",
        model = `prop_phone_cs_frank`,
        frameColor = "#3cff00",
        textureVariation = 0,
        rotation = vector3(0.0, 0.0, 0.0),
        offset = vector3(0.0, -0.005, 0.0)
    },
    {
        name = "phone_orange",
        model = `prop_phone_cs_frank`,
        frameColor = "#ffa142",
        textureVariation = 2,
        rotation = vector3(0.0, 0.0, 0.0),
        offset = vector3(0.0, -0.005, 0.0)
    }
}