wait(4) script.Parent.Parent.Prompt.Enabled = true wait(4) script.Parent.Parent.Prompt.Enabled = false
try to going to the Gui itself and find ResetOnSpawn, tick it and make sure its false
and also make sure prompt.Enabledis set to false, because it will pop up when the player respawns
if im wrong, please justify what is the object called "prompt"
Try disabling the script. Put this at the bottom of your script:
script.Parent.Script.enabled = false
May need to edit to work with your script also I might of not capitalize the script correctly. Hope this helps!!