Description:
An ImageLabel with ScaleType set to ‘Tile’ will not tile when parented to a BillboardGui.
Image:
Repo
100% frequency, please find repo .rbmx attached.
Repo.rbxmx (7.1 KB)
Issue should be immediately obvious, for emphasis paste the ImageLabel into a ScreenGui to see how it should behave.
Expected Behavior
Setting ScaleType to tile will cause the image to tile like so:
Actual Behaviour
Setting ScaleType to tile will only create a single tile that does not repeat, like so:
Further Info
- Parenting the BillboardGui to a StarterGui / Player.PlayerGui has no impact
- ScaleType: Slice also seems not to work
- As you zoom out on the problem billboard the image seems to blend into a solid bar, like so: https://streamable.com/4bj2f (I don’t know if this is intended behaviour or not but may be useful)
Use case
- Me, @SilentSwords, @GollyGreg and @Yourius use tiled ImageLabels to segment our healthbars. We’d like both on-screen and billboard Guis to be segmented which is currently impossible with ScaleType not working.