Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.parent.clickdetector.mouseclick:connect(function()
- script.parent.transperency = 0.9
- wait(0.1)
- script.parent.transperency = 0.8
- wait(0.1)
- script.parent.transperency = 0.7
- wait(0.1)
- script.parent.transperency = 0.6
- wait(0.1)
- script.parent.transperency = 0.5
- wait(0.1)
- script.parent.transperency = 0.4
- wait(0.1)
- script.parent.transperency = 0.3
- wait(0.1)
- script.parent.transperency = 0.2
- wait(0.1)
- script.parent.transperency = 0.1
- wait(0.1)
- script.parent.transperency = 1
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement