I have no clue what I am doing wrong. It says it can’t find the event or something like that. But it’s there.

Does anyone know what is wrong?
I have tried some things, but I have no clue what to do now.
I have no clue what I am doing wrong. It says it can’t find the event or something like that. But it’s there.
Does anyone know what is wrong?
I have tried some things, but I have no clue what to do now.
“Event” is already NeonLightsOn so just change
Event.NeonLightsOn:Connect(function()
to
Event:Connect(function()
Also, why do you have a variable called workspace2
?
It looks like you can just use workspace
.
Now it is saying connect is not a valid Member
Sorry.
Event.Event:Connect(function()