Take a look at this video and you'll know what I'm trying to do it doesn't respond with the child name.
https://streamable.com/e9dbu6
01 | local Bomb = workspace [ "Tsar Bomba" ] |
02 |
03 |
04 | function onClick(hit) |
05 | wait() |
06 | script.Parent.Transparency = 1 |
07 | wait( 2 ) |
08 | script.Parent.Transparency = 0 |
09 | end |
10 | script.Parent.ClickDetector.MouseClick:connect(onClick) |