Sik
|
  |
| Joined: 01 May 2008 |
| Total Posts: 514 |
|
|
| 02 Feb 2013 12:41 PM |
The script is supposed to make another block within the model produce smoke once this block is clicked. Any help?
-------------------------
Smoker = script.Parent.Parent.Smoker function onClicked() enabled = true wait(.5) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 5 wait(3) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 15 wait(3) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 50 end script.Parent.ClickDetector.MouseClick:connect(onClicked)
|
|
|
| Report Abuse |
|
|
Kondou
|
  |
| Joined: 05 Aug 2012 |
| Total Posts: 1148 |
|
|
| 02 Feb 2013 12:51 PM |
Smoker = script.Parent.Parent.Smoker function onClicked() Smoker.Smoke.Enabled = true wait(.5) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 5 wait(3) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 15 wait(3) Smoker.Smoke.RiseVelocity = .1 Smoker.Smoke.Size = 50 end
script.Parent.ClickDetector.MouseClick:connect(onClicked) |
|
|
| Report Abuse |
|
|
|
| 28 May 2013 03:14 PM |
| OH MY GOSH! Thank you so much! My place DEPENDS ON THAT SCRIPT! |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 May 2013 03:34 PM |
| NOOOOO!!! It is not working for me! Can SOMEONE tell me EXACTLY how to do it?!?!?!?!?!!! |
|
|
| Report Abuse |
|
|