for a = 1, 3 do
StarPos[a] = (“level.bodies.StarPos”…a)
end
So, I’ ve got this Problem, where I got Position objects coming from a svg file and I get it, when I call it like this “level.bodies.StarPos1” ( level.bodies.StarPos2 / level.bodies.StarPos3)
but when I try it like above, it obviously becomes a string. How can I get the Object instead of the string?
Thanks a lot