#Running lights issue (EPICLIGHTS_V4)

1 messages · Page 1 of 1 (latest)

mossy folio
#

i am setting up lights to my car using https://create.roblox.com/store/asset/6170882223/VGs-EPICLIGHTS-V4. i am trying to make running lights enable when someone enters the driveseat, and there is an option to enable that in config, property is called RunningOnOpen, and i set it to true, it just doesn't work for me. Also side indicators change color for some reason. Any help would be appreciated. I removed some unnecessary parts of the ModuleScript cuz of discord limit. Here is config:

local config = {}

config.LightType = "LED" -- includes headlights, rear, and brake lights

config.IndicatorFlashRate = 0.3

-- running light settings
config.RunningHeadlight = false

config.RunningOnOpen = true -- if true, the running light keybind will no longer function and the running lights will turn on when you get into the driveseat.

config.RunningLightType = "LED"

config.RunningLightColor = Color3.fromRGB(85, 85 ,85)

-- sequential indicator settings
config.SequentialIndicators = true

config.SequentialAmount = 18

-- popup light settings
config.PopupsEnabled = false

config.PopupHingeAngle = -0.75

config.PopupHingeType = "Single"

config.HeadlightColor = "Xenon"

config.RearLightColor = Color3.fromRGB(248, 87, 73)

config.BrakeLightColor = Color3.fromRGB(248, 87, 73)

config.ReverseLightColor = "Xenon"

config.InteriorLightColor = "Incandescent"

config.FrontIndicatorColor = "Dark Orange"

config.RearIndicatorColor = "Dark Orange"

config.DoorIndicatorColor = "Dark Orange"

config.OrangeReflectorColor = "Dark Orange"

config.RedReflectorColor = Color3.fromRGB(248, 87, 73)

config.FogLightColor = "Incandescent"

config.PlateLightColor = "Incandescent"

-- keybinds
config.Headlights = Enum.KeyCode.H

config.RunningLights = Enum.KeyCode.N

config.FogLights = Enum.KeyCode.J

config.SignalLeft = Enum.KeyCode.Z

config.SignalRight = Enum.KeyCode.C

config.Hazards = Enum.KeyCode.X

config.Popups = Enum.KeyCode.B

config.HighBeamFlash = Enum.KeyCode.L

return config

mossy folio
paper bane
#

The RunningOnOpen = true setting requires additional scripting to function properly. The asset likely expects you to manually connect the seat occupancy event. Add this script directly to your vehicle's driver seat:

#

-- Place this script in your vehicle's Driver Seat
local seat = script.Parent

seat:GetPropertyChangedSignal("Occupant"):Connect(function()
if seat.Occupant then -- Someone entered
local lights = script.Parent.Parent:FindFirstChild("EPICLIGHTS_Controller")
if lights then
lights:SetAttribute("RunningLights", true)
end
end
end)

#

The color issue occurs because string color names (like "Dark Orange") aren't natively supported. Convert all color entries to Color3 values:

#

-- REPLACE these lines in your config:
config.FrontIndicatorColor = "Dark Orange"
config.RearIndicatorColor = "Dark Orange"
config.DoorIndicatorColor = "Dark Orange"
config.OrangeReflectorColor = "Dark Orange"

-- WITH THESE:
config.FrontIndicatorColor = Color3.fromRGB(255, 140, 0) -- Dark Orange
config.RearIndicatorColor = Color3.fromRGB(255, 140, 0)
config.DoorIndicatorColor = Color3.fromRGB(255, 140, 0)
config.OrangeReflectorColor = Color3.fromRGB(255, 140, 0)

#

@mossy folio

mossy folio
hybrid groveBOT
#

studio** You are now Level 1! **studio

mossy folio
mossy folio
#

runninglight is still bomb

paper bane
#
Issue Solution
Controller not found Ensure it’s inside the car model (not nested in other folders).
Seat script not firing Use the debug script to verify it detects seat occupancy.
RunningLights ignored Try both SetAttribute() and remote events (if the asset uses them).
Asset bugs Re-download the asset or try a different version (e.g., V3 instead of V4).
paper bane
#

Imma kill myself

mossy folio
mossy folio
# paper bane | Issue | Solution ...

added a script that checks for all descendants in workspace every 5 seconds, didn't find any controller outside and inside of the car. seat detects occupancy btw

#

also i cant find epiclights v3crying

#

but get this, it worked yesterday and it won't work now

#

i am not sure if it's due to something in my place being doomed

#

NOT related to place

#

Ts is so frustrating

mossy folio
hybrid groveBOT
#

studio** You are now Level 2! **studio

mossy folio
#

Fr

paper bane
#

@mossy folio do you have 50 robux ?

#

I helped you well too much for free

mossy folio
#

I wish i had🥀

#

But this was also helpful

paper bane
paper bane
#

Keep me up if you ever got those fckass 50 robux

mossy folio
#

👍

#

What a good businessman

paper bane
#

I can do better

mossy folio
#

Bro trust me i will give you them robux once i get them

paper bane
#

Oh

#

Ok

#

Thanks ☺️

#

Add me hehehehe

mossy folio
#

I need to start publishing games then

paper bane
mossy folio
#

🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀 🥀