local timeP = false
script.Parent.ClickDetector.MouseClick:Connect(function(pls)
local txt = pls.PlayerGui. НАЗВАНИЕ GUI И ПУТЬ ОТ НЕГО ДО TEXT LABEL
if timeP == false then
time = true
txt.Visible = true
wait(кол во секунд)
txt.visible = false
wait(1)
timeP = false
end
end)