Bindable Event Scripting Error

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.



Screenshot 2022-09-12 192709

Does anyone know what is wrong?
I have tried some things, but I have no clue what to do now.

1 Like

“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
Screenshot 2022-09-12 193857

Sorry.
Event.Event:Connect(function()