Hello! I am having an issue where if I have an UIGrid for TextButtons or anything on that matter, I have a script for when you hover it resizes, but no matter what I do, I can’t get it to resize with anything because it’s in a UIGridLayout, how can I fix this?
You’d have to manually set the size and position of the UI objects since you can’t manipulate the position or size of anything affected by a UIGridLayout.
UIGridLayout purposefully attempts to fill out the boundaries of its containing Gui instance, as such you can’t resize the instances which are being fit to fill the containing Gui instance.