UDim2
Function | Description |
---|---|
| This function creates a new UDim2 object with the specified X and Y scale and offset values, and returns it. It requires four arguments. |
| This function splits a UDim2 object into its X scale, X offset, Y scale, and Y offset components, returning them as separate outputs. |
Last updated