Swivls
|
  |
| Joined: 18 Jun 2016 |
| Total Posts: 240 |
|
|
| 21 Aug 2016 04:54 PM |
I have a script that checks if the player already sees the gui and doesnt do anything and if they dont have it open it will open it wait 5 seconds then close it
but how to I make the gui fade in and out so It doesnt look so stale
script:
function onTouch() if game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible == true then end if game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible == false then game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = true wait(5) game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = false end end script.Parent.Touched:connect(onTouch)
༼ノຈل͜ຈ༽ノ︵┻━━━━━━━━━━┻ |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 04:56 PM |
| Frame.BackgroundTransparency |
|
|
| Report Abuse |
|
|
Swivls
|
  |
| Joined: 18 Jun 2016 |
| Total Posts: 240 |
|
|
| 21 Aug 2016 04:57 PM |
Ok thanks
༼ノຈل͜ຈ༽ノ︵┻━━━━━━━━━━┻ |
|
|
| Report Abuse |
|
|