|
| 01 Feb 2014 08:15 PM |
| I need to know how to make a brick that when touched a GUI appears and fades in 5 seconds. If you don´t want to tell me the script, please post a ROBLOX Wiki article that will guide me to make that. Thanks for your time. |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2014 08:17 PM |
http://wiki.roblox.com/index.php?title=For_loop#For http://wiki.roblox.com/index.php?title=BackgroundTransparency http://wiki.roblox.com/index.php?title=TextTransparency_(Property) http://wiki.roblox.com/index.php?title=Touched |
|
|
| Report Abuse |
|
|
EgoMoose
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 2896 |
|
|
| 01 Feb 2014 08:20 PM |
http://wiki.roblox.com/index.php/Touched_(Event) http://wiki.roblox.com/index.php/API:Instance/Clone http://wiki.roblox.com/index.php/API:Instance/Destroy http://wiki.roblox.com/index.php/Loops#For
Create the gui and have a local script in it that will fade with a for loop and destroy itself after 5 seconds.
In the brick make a script that uses the .Touched event to clone the gui into the player's PlayerGui.
That's all there is too it. |
|
|
| Report Abuse |
|
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 01 Feb 2014 08:50 PM |
Don't forget the debounce.
http://wiki.roblox.com/index.php?title=Debounce |
|
|
| Report Abuse |
|
|