Hi all just a quick question,
I am currently making banner adverts (not for the website but for in-game, still the 728x90 size). How would I make the SurfaceGui or the part 728x90 pixels?
Many thanks
Hi all just a quick question,
I am currently making banner adverts (not for the website but for in-game, still the 728x90 size). How would I make the SurfaceGui or the part 728x90 pixels?
Many thanks
The Offset property in Size is pixels. So setting the size to UDim2.new(0, 728, 0, 90) will set the ad to the same pixel size.
Note that this will looks absolutely terrible on anything but computers so use with caution.
@Ty_Scriptsā advice is great and Iād recommend setting the recommended size for the frames/imagelabels you are using however unless your using a higher PPS (pixels per stud) or you are using the same aspect ratio but a smaller resolution, I would make the part longer (specifically setting the size to 14.56, 1.8, 1.5*).
(*) You can change this value to what you want