I am trying to replicate the ominosity that old Roblox BillboardGUI’s had but I’m not sure how to make the decal not expand with perspective - I do not remember if there was ever a way to make that not the case, if not, is there any other way to have a similar, almost cheap looking effect?
I apologize as I should’ve been more specific. I am not using any scripts, only BillboardGUI and ImageLabel. I have no experience with scripts
here is “the set-up”, I can add whatever properties - just not scripts due to my severe lack of knowledge about that subject.
If you happen to know how to do what I’m wondering about only through properties (and maybe small scripts) then don’t worry about it!
It is not necessary for my game or anything like that. Thanks for the help!
UDim2 is just the type of coordinate that the GuiBase class utilizes. In your case, he was trying to indicate you towards the Size property, which from what I can see in the video you posted, is {0,100}, {0,100}. To remove this offset behaviour, simply change it to {1,0}, {1,0} and check the results, then modify until you get the perfect scale.