How do I tween a textlabel affected by uigridlayout?

hi, like the title says I’d like to know how I can tween a textlabel to the very right side of the player’s screen when it’s affected by a uigridlayout

You can’t change the position of UI elements affected by those layout objects. Format your UI so it isn’t affected by the layout, or settle for customizing other properties, like size, color, or transparency. You can also try wrapping things in parent elements and moving these (but this would move the whole layout).

Is there a way I can make it so like when my script creates a new instance or two, it would stack up without a UIGridLayout?

Of course. It requires math, and a lot of maintenance if you want it to be consistent across multiple devices and if you want it to be responsive.