I am making a part that will eventually get bigger, and I have a BillBoardGui parented to it. However when I change the increase the size, the BillBoardGui doesn’t stay certain studs above the part(Since i want it above the only thing i set is the Y axis for the StuddsOffSet property). I tried to see if there is some constant I could use in my script to have it always appear above the part but it didnt work. One of my first ideas, but failed solutions is: [StudsOffSet.Y = Part.Size.Y + [2]]
This is Urgent, and all contributions are appreciated!