Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a screen gui frame invisible then visible?

Asked by 7 years ago
Edited 7 years ago

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

0
Wait this question was answered by me. my script wasnt in the frame when i thought it was supamaster888 28 — 7y
0
I'd recommend trying to use the PlayerGui, not the StarterGui. TheHospitalDev 1134 — 7y

1 answer

Log in to vote
1
Answered by 7 years ago

Wait this question was answered by me. my script wasnt in the frame when i thought it was

Ad

Answer this question