nise45
|
  |
| Joined: 17 Nov 2008 |
| Total Posts: 7002 |
|
|
| 23 Jul 2013 11:33 AM |
player.PlayerGui.BasicGui.Blind.BackgroundTransparency = player.PlayerGui.BasicGui.Blind.BackgroundTransparency + 0.01
Before you ask, yes. Everything is defined. For some reason the frame (blind) doesn't slowly go from solid to transparent. Why?
~ siggy says hi |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2013 11:36 AM |
if player.PlayerGui.BasicGui.Blind.BackgroundTransparency ~= 1 then player.PlayerGui.BasicGui.Blind.BackgroundTransparency = player.PlayerGui.BasicGui.Blind.BackgroundTransparency + 0.01 wait(.01) end |
|
|
| Report Abuse |
|
|
nise45
|
  |
| Joined: 17 Nov 2008 |
| Total Posts: 7002 |
|
|
| 23 Jul 2013 11:38 AM |
Forgot to post the whole script
for i=1,100 do player.PlayerGui.BasicGui.Blind.BackgroundTransparency = player.PlayerGui.BasicGui.Blind.BackgroundTransparency + 0.01 wait(0.1) end
~ siggy says hi |
|
|
| Report Abuse |
|
|