I am currently making a plugin, and in a portion of the code it uses GUI text, and I can’t trust the user to escape their own characters, so:
How can I take Text out of a GuiObject and make it safe for the script editor? For example:
Gui text: "Welcome to the game, “PlayerName!”
Script editor equivalent: "Welcome to the game, "PlayerName"!" -- error at the second string