So since i decided to make my own car lights script and i want it to be inside the vehicle seat or just anywhere inside the car. Using a local script, i added 2 spotlights in 2 different meshparts.
local LeftHL = script.Parent.Parent.Body["Rogue Paramount Coupé 300"].FLH.SpotLight local RightHL = script.Parent.Parent.Body["Rogue Paramount Coupé 300"].FRH.Spotlight local LightsButton = Enum.KeyCode.L LeftHL.Enabled = false RightHL.Enabled = false
This should make it so that they turn off when i enter the vehicle seat, right?
Sometimes items don't replicate fast enough. You can use :WaitForChild, :FindFirstChild, and others so errors are not thrown
If there are no errors, and the problem is that other clients can't see it, you may need to use a remote event to make it appear on the server.