Can Frame Position yield?

I have a quick question, if i would make

Frame.Position = Udim2.new(0.5,0,0.5,0)
 
print(1)

Could Frame.Position yield? Or could print(1) fire first when Position not 0.5,0,0.5,0? I had that in my mind and wanted to ask that.

No, as it goes in order from putting the frame into place. If the frame encounters any error during the script then the rest of it won’t work.