So I need a brick that can be clicked and then the light turn off or on.
Thank you.
This is not a request site, but I will tell you what to do.
You will need a ClickDetector in a brick.
You need a pointlight in the the place where the light turns on.
Use this wiki for the Click detector
As for the PointLight, there is a value called Active, you toggle this by saying
game.Workspace.Light.PointLight.Active=true
or
game.Workspace.Light.PointLight.Active=true