right i am making an RPG but i want to make a quest which only shows if ones there (which will be every 10 levels) i am currently using the roblox dialog feature to preform this for all of my quest so it will look wired if not done by this. i just need a way to hide the dialog from the player and show it again
If you are using the default Roblox one, your only option is to set its parent to nil and then back again if you like. Make sure to set the parent to nil on the CLIENT and not on the server, that way it only disappears for a single player.