Redon-Tech / Emergency-Vehicle-Creator

Emergency Vehicle Creator is a Roblox plugin to simplify the creation of emergency lights on vehicles. This plugin is heavily inspired by Siren Tool by Dawnstar Fivem.
https://evc.redon.tech
MIT License
9 stars 2 forks source link

AG plugin attempts to incorrectly identify model #18

Closed saddleupandride closed 2 months ago

saddleupandride commented 2 months ago

EVCPlugin_AG, line 126 is looking for a model; ... or lightbarInstance:IsA("Model") == false... AG-Chassis utilises a Folder for ELS as per demo vehicles & documentation, resulting an error and EVC not functioning. Changing line 126 results in ELS functioning as intended

parker02311 commented 2 months ago

Will be fixed in the next update

parker02311 commented 2 months ago

Fixed by 1e404bb