How do i move a TextLabel like CFrame * CFrame.New?

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! :smiley:

1 Like

textlabel uses UDim2 for position

1 Like

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:

image

1 Like

I used udm2 I forgot to say that

1 Like

can you explain more what you’re trying to do? if you want to multiply UDim2s, just multiply each component seperately

1 Like

To move the text label’s position you set’s it’s udim and to change it orientation you change its rotation.

1 Like