Customization

You can customize the spotlight’s color, position, and angle by modifying the FRKN.Lights table:

FRKN ={
    Lights = {
        {
            position = vector3(-436.5805, 1084.1691, 326.0814),
            color = {r = 255, g = 255, b = 255},
            angle = 0.0,
        },
    }
}

Last updated