This script should make my frame invisible then after five seconds make it visible, for some reason it will turn invisible but wont turn visible after the five seconds.
1 | game.StarterGui.ScreenGui.Frame.Visible = false |
2 | wait( 5 ) |
3 | game.StarterGui.ScreenGui.Frame.Visible = true |
Wait this question was answered by me. my script wasnt in the frame when i thought it was