GTA V NativesworldWorld::trafficLights.lockedOn this pageWorld::trafficLights.lockedThis property locks the traffic lights in their current position. Example ```js mp.world.trafficLights.locked = true // LOCK THE POSITION mp.world.trafficLights.locked = false // UNLOCK THE POSITION ``` See Also