I've inserted a part added a Spotlight and here is my script : 1.function Light 2. game.workspace.part.script.SpotLight 3.end 4. 5.Light = Disabled
After It says there is an error with the word game help ??
Try this: [please put the script in the same part as spotlight and name the spotlight "spotlight"]
local light = script.Parent.SpotLight light.Enabled = false