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.
game.StarterGui.ScreenGui.Frame.Visible = false wait(5) game.StarterGui.ScreenGui.Frame.Visible = true
Wait this question was answered by me. my script wasnt in the frame when i thought it was