Hi guys!! With a group of friends we are renovating the models of the marcas cup, we want to implement p2p to which we want to add the lights that indicate its operation as in the stockcar. We managed to get everything working correctly except the lighting system, we think it may be the instance in the .gen We currently have it as follows. Instance=P2PLIGHTPS //Headlights -Driver Side { Moveable=True MeshFile=STOCK_FOC_PTPL.gmt CollTarget=False HATTarget=False ShadowReceiver=False LODIn=(0.0) LODOut=(250.0) } Instance=P2PLIGHTDS //Headlights -Passenger Side { Moveable=True MeshFile=STOCK_FOC_PTPL.gmt CollTarget=False HATTarget=False ShadowReceiver=False LODIn=(0.0) LODOut=(250.0) } Could someone guide us in what we are doing wrong?