I want to move a Gui like CFrame * CFrame.New() but I tried everything ai, Positions, Videos…etc.
So, if anyone has a solution Share it!
I want to move a Gui like CFrame * CFrame.New() but I tried everything ai, Positions, Videos…etc.
So, if anyone has a solution Share it!
textlabel uses UDim2 for position
GUIs are not positioned via CFrames—a datatype used to define the position and rotation of a 3D object. They’re positioned by UDim2s, which only supports the following operations:
I used udm2 I forgot to say that
can you explain more what you’re trying to do? if you want to multiply UDim2s, just multiply each component seperately
To move the text label’s position you set’s it’s udim and to change it orientation you change its rotation.