I am a Person who likes to make police lights but I don't know how to script them in to make them work with a button, Please help.
Use the Click Detector
and parent it to the lights
In a Script
use this event.
local light = script.Parent light.Detector.MouseClick:connect(function() --Code end)
make it change its ambiet light every 1 second using while true do
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?