Roblox Udim2

Roblox Udim2. Hi! I need a hand, I have read the documentation and seen some posts in the forum but it has not been very helpful, someone could explain to me what it is  Keep it simple and clear! I want to save a UDim2 Value and then load it; What is the issue? Include screenshots / videos if possible! The saving 

Why wont these udim2 values add? - DevForum | Roblox
Why wont these udim2 values add? - DevForum | Roblox DOWNLOAD

Here I have an imageLabel I want to set a textLabel's position to the imageLabel's position with a slight offset. But it wont work here is my code; 

What is a Udim/Udim2 Value? - Scripting Support - DevForum | Roblox
What is a Udim/Udim2 Value? - Scripting Support - DevForum | Roblox DOWNLOAD

A UDim2 is a combination of two UDims, one for X and one for Y. It's used for setting the size and position of UI elements. https://developer.roblox.com/en-us/ 

What is \'UDim2\' and how do I use it? - DevForum | Roblox
What is 'UDim2' and how do I use it? - DevForum | Roblox DOWNLOAD

Hi! I need a hand, I have read the documentation and seen some posts in the forum but it has not been very helpful, someone could explain to me what it is 

Saving UDim2 Value and then Loading it - DevForum | Roblox
Saving UDim2 Value and then Loading it - DevForum | Roblox DOWNLOAD

Keep it simple and clear! I want to save a UDim2 Value and then load it; What is the issue? Include screenshots / videos if possible! The saving 

How do I get the two scale values in a UDim2? - DevForum | Roblox
How do I get the two scale values in a UDim2? - DevForum | Roblox DOWNLOAD

I'm trying to get the scale values of UDim2 of a gui so that I can offset its position. How will I be able to do this?

UDim2 fromOffset & fromScale to take Vector2 and Vector3 inputs
UDim2 fromOffset & fromScale to take Vector2 and Vector3 inputs DOWNLOAD

As a Roblox developer, it is currently too hard to create UDim2s from vectors When doing math related to ui it's generally easier to perform 

Comparing Udim2 value\'s - Scripting Support - DevForum | Roblox
Comparing Udim2 value's - Scripting Support - DevForum | Roblox DOWNLOAD

Size - UDim2.new(0.2,0,0,0) if script.Parent.Size <= UDim2.new(1.172, 0,0.52, 0) then break end end Why does this come up with an error?

UDim2 | Documentation - Roblox Creator Hub
UDim2 | Documentation - Roblox Creator Hub DOWNLOAD

The UDim2 data type represents a two-dimensional value where each dimension is composed of a relative scale and an absolute offset. for a coordinate used in 

How do I multiply udim2 values? - DevForum | Roblox
How do I multiply udim2 values? - DevForum | Roblox DOWNLOAD

Exactly what the title says, I am confused on how to do this, I am trying to multiply my offset size by 4 but nothing seem to work.

How to get the value X offset value of a udim2 Value - Scripting
How to get the value X offset value of a udim2 Value - Scripting DOWNLOAD

As the heading says i want to get the X offset value of a udim2 so that i can reduce it by 20% now if the udim2 value = {0.2,0},{0.5,0} Then