I am making a game, and in the game you click a part and a gui pops up from lighting; after 5 seconds it will disappear.
script.Parent.ClickDetector.MouseClick:connect(function(clickingplayer) game.ServerStorage["NameOfGuiHere"]:Clone().Parent = clickingplayer.PlayerGui --It is recommended you use ServerStorage rather than Lighting for a storage device. end)