#💬 penguinkk_ʹs Feedback

1 messages · Page 1 of 1 (latest)

viscid ferryBOT
golden quest
#

How did you make the blink effect

#

@old wolf

old wolf
#

The flashlight?

#

@golden quest

golden quest
#

i was thinking the same idea but i wanted a tv

#

if you could give me the script or telling me how i whould be so helpful

old wolf
#

enable and disable the light

old wolf
golden quest
#

Ok

old wolf
golden quest
#

Cam you send it so i get the idea?

#

Since i kinda figured how its done

#

But not how to do it

old wolf
#

sure

#

local light = script.Parent.SpotLight

while true do
light.Enabled = true
wait(0)
light.Enabled = false
wait(0)
light.Enabled = true
wait(0)
light.Enabled = false
wait(0)
end

#

change the time to whatever u want

#

and sync the sound

#

@golden quest