cajuninja
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 2886 |
|
|
| 01 May 2015 05:15 PM |
I just started scripting, and I made these police lights to test my knowledge on functions and variables, as they are the only thing I have looked over at the minute.
This may be a easy question, but how do I make the police lights never ending so they stay on for ever. I am a noob at scripting so I have been using
local flash = game.Workspace.lightone local function start() wait(2) game.Workspace.lightone.Transparency = 0.5 wait (2) game.Workspace.lightone.Transparency = 0 wait(2) game.Workspace.lightone.Transparency = 0.5 end start() |
|
|
| Report Abuse |
|
hdtv13
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 1628 |
|
|
| 01 May 2015 05:23 PM |
Here's my very old siren system, http://www.roblox.com/HD-ELS-V-1-Warning-Beacon-item?id=220750744 Feel free to use it.
(Inefficient af Working on a new one.)
I have skin, potatoes have skin, therefore I'm a potato. |
|
|
| Report Abuse |
|