There is case opener that i want go every 24 hrs but not everytime you reset how to i make that so
while wait() do if game.Workspace.AlreadyGone == 1 then game.StarterGui.ScreenGui:Destroy() end end
After the other script is done it does change the value to 1 i checked
Hey ANDREW50060 To Prevent the Gui From Copying on reset
Please Uncheck Reset on spawn So You cannot see it!
plant = game.StarterGui.ScreenGui plant.Visible = true wait(10) plant:Destroy() end