Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to use the UDim2 fromOffset? [closed]

Asked by 4 years ago

Like my previous question, Im trying to make a ScreenGui and want to make the ImageLabel in a certain position. Help?

0
Do I have to use Vector2? User#29913 36 — 4y

Closed as Not Constructive by hiimgoodpack, EmbeddedHorror, and Wiscript

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
1
Answered by
memguy 161
4 years ago

UDim2 consists of 4 parameters. UDim2.new(XScale, XOffset, YScale, YOffset)

0
thank you! User#29913 36 — 4y
Ad