Tommy’s Light Sync v1.0 
This script syncs the lights of emergency vehicles similar to the real life bluePRINT Sync system. This script simply syncs the start time of the lighting sequence of each vehicle. Therefore, this will work very well for you if you use a vehicle pack where all the vehicles were made by the same dev, otherwise the effect may not look as good.
Escrow Encrypted: Yes
Requirements: None
This has only been tested to work with Luxart Vehicle Control, however it should work with any lighting control script. (THIS WILL NOT WORK WITH ELS)
Configuration
config.lua
--[[ Tommy's Lights v1.0
_______ _ _ _ _ _
|__ __| ( ) | | (_) | | | |
| | ___ _ __ ___ _ __ ___ _ _|/ ___ | | _ __ _| |__ | |_ ___
| |/ _ \| '_ ` _ \| '_ ` _ \| | | | / __| | | | |/ _` | '_ \| __/ __|
| | (_) | | | | | | | | | | | |_| | \__ \ | |____| | (_| | | | | |_\__ \
|_|\___/|_| |_| |_|_| |_| |_|\__, | |___/ |______|_|\__, |_| |_|\__|___/
__/ | __/ |
|___/ |___/
--]]
-- Developed by https://github.com/tommy141x
refreshRate = 5000 -- How often to sync lights (in ms)
- The script must detect a person in an emergency vehicle at least once during the refresh interval, so if you just spawn a car and jump right out of it to see the sync it probably won’t work until you sit in each vehicle for a few seconds.
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 100+ |
Requirements | None |
Support | Yes |