Moving Text Labels

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    When moving a GUI object (in this case, a text label), it always positions it weirdly (see below)

  2. What is the issue? Include screenshots / videos if possible!
    https://drippin.club/cHnNaIMmjViDlGZUOsWAi4OPIFWV-3hIoUiCaSsS11P4SycUucKDwasqYSqlUFTqQYeRQW6ZW7vK5o4KwtaW9G3XtfmasQ0Vw_Xp/OBdDZ4.gif

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have looked through the developer forum but I am yet to find a solution.

This was inside a scrolling frame in case you were wondering.

2 Likes

bump? (30charrrrrrrrrrrrrrrrs)

I’m not sure but i think this only happens with scrolling frames. I don’t know a solution but i think it’s the best to just get familiar with moving the textlabel trough properties, it only takes a little more time.

So, it’s not a bug or something, it’s just because you can’t move GuiObjects correctly in a ScrollingFrame.

The cause of this is probably because a ScrollingFrame has a propertie called CanvasSize. I am not entirely sure but i think that causes the glitching.

1 Like

I’ve just changed the CanvasSize and it works, thanks!

2 Likes