Im trying to get a position from a string. The position is {0, 171}, {0, 315} and its saved as a variable from the string <h1> don't forget the heading! <re>`{0, 176}, {0, 165}. My code is local func2 = string.sub(async[i], divider + 2, #async[i])
text.Position = UDim2.fromOffset(func2)
func2 translates to
“{0, 171}, {0, 315}” without the “”.
The problem is that when ever I convert the string to UDim2 it goes {0, 0}, {0, 0} no matter what .from or .new I set it to. If I just say the position is func2 then it will say nill. Im stuck in a pickle.