Properties of label do not change

I am just trying to change the position of a TextLabel. When I try changing it, it doesn’t look/seem to change. When I print its position precisely 1 second after changing it, the output says position is {0, 0}, {0, 0} (which is what I tweened it to using :TweenPosition on the TextLabel.) However, when I looked in Explorer in my PlayerGui, it showed the TextLabel’s position back as the old one. And the thing is, I can’t even just make it not visible, as the same thing happens. Please help. Thanks

2 Likes

What are you defining the text label as? What type of script are you changing it from? Can we see the code?

1 Like

You’ll need to supply the scripts for us to troubleshoot.

1 Like

I would love to help if you don’t mind posting your script as well as if it is a client or server script. Thanks!

1 Like

As the others stated beforehand, we need to see the script so we can help you debug it.

1 Like

are you sure you are using a local script?

2 Likes

Forgot how I solved this, I think I was changing properties of the wrong textlabel.