UI Text Do Not Destroy on Load?

How can I make a UI Text object not destroy on load? I added this DontDestroyOnLoad(gameObject); to a script and added that to the labels but it’s not working??

parent your text to a canvas , and make sure that both the canvas and the text have the don’t destroy script :smile:. If the Ui’s parent is destroyed it will be too .