Burnouts
|
  |
| Joined: 23 Aug 2013 |
| Total Posts: 1455 |
|
|
| 29 Sep 2013 04:10 PM |
Please help me if you can. I want the brick "TouchPart" to make "Image1" decal pop to show for 3 seconds
Thanks if you help. |
|
|
| Report Abuse |
|
|
BogyMac
|
  |
| Joined: 04 Nov 2011 |
| Total Posts: 823 |
|
|
| 29 Sep 2013 04:11 PM |
script.Parent.Touched:connect(function() workspace.Brick.Image1.Transparency = 0 wait(3) workspace.Brick.Image1.Transparency = 1 end |
|
|
| Report Abuse |
|
|
XAXA
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 6315 |
|
|
| 29 Sep 2013 04:13 PM |
| Just to add to BogyMac's script, he forgot to close it with a ")" |
|
|
| Report Abuse |
|
|
Burnouts
|
  |
| Joined: 23 Aug 2013 |
| Total Posts: 1455 |
|
|
| 29 Sep 2013 04:19 PM |
So I would put both parts in a model, would I have to add anything else to the part that is has to be touched to be activated?
|
|
|
| Report Abuse |
|
|
XAXA
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 6315 |
|
|
| 29 Sep 2013 04:20 PM |
| Put the script inside the brick. You are free to group the brick into any model. |
|
|
| Report Abuse |
|
|