|
| 23 Jun 2013 11:55 PM |
debounce = false
script.Parent.Touched:connect(function(hit) if debounce == false then for i = 1, 10 do debounce = true wait(0.5) script.Parent.Transparency = script.Parent.Transparency + 0.1 end wait(3) for i = 1, 10 do wait(0.5) script.Parent.Transparency = script.Parent.Transparency - 0.1 end debounce = false end end)
Woot :D
== Sometimes fear is the proper answer == |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2013 11:59 PM |
| Congrats, but this forum is for scripting help, not sharing your accomplishments. |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2013 12:01 AM |
Yeah I usually go a bit off-site. Kk
== Sometimes fear is the proper answer == |
|
|
| Report Abuse |
|
|