Basically, I want to be able to simply duplicate my frame and change around a few values. One of these including the script to figure out the answer to the maths problem. (I am making a maths quiz game to help people study)
I don’t know how I could actually get the answer when I have the string. My current code is local answer = loadstring(question.ScriptToFigureOut.Value)
However, that does not work. How would I go around doing this? (I had loadstring enabled!)