I'm trying to set my AbsolutePosition of a GUI to be something new, but it said I had to use Vector2 to do this. I tried to set it to Vector2.new(120, 200), but it came up with an error saying "can't set value". Any help?
Try
Udim2.new(120,0,120,0)