sting4672
|
  |
| Joined: 29 Oct 2009 |
| Total Posts: 1396 |
|
|
| 18 Jan 2013 09:21 AM |
while true do a = Smoke game.Workspace.Part.Smoke = true wait (1) game.Workspace.Park.Smoke = false wait (1) if a = false then print ("Off") elseif a = true then print ("On") end |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
|
| 18 Jan 2013 09:32 AM |
lol'd, and you can't make smoke a boolean, you can remove it..
|
|
|
| Report Abuse |
|
|
|
| 18 Jan 2013 09:32 AM |
while true do -- What were you trying to do with a = Smoke? game.Workspace.Part.Smoke.Enabled = true wait(1) game.Workspace.Part.Smoke.Enabled = false wait(1) end |
|
|
| Report Abuse |
|
|
sting4672
|
  |
| Joined: 29 Oct 2009 |
| Total Posts: 1396 |
|
|
| 18 Jan 2013 09:34 AM |
| Don't be mean I just started scripting today and playing around with stuff ): |
|
|
| Report Abuse |
|
|