What is the issue?
I am trying to make an ‘E’ to interact billboard GUI. I used an Image Button for that. But when I run the game the following message is displayed in the output:
17:22:11.988 - SliceCenter ((499.000000,112.000000), (501.000000,113.000000)) is outside the bounds of imageOffset ((492.000000,112.000000), (493.000000,113.000000)) for GuiImage[CoreGui.TopBar.TopBarFrame.RightFrame.MoreMenu.MoreMenuContainer.OverlayContextualMenu.PositionFrame.BaseMenu.ClippingFrame.ScrollingFrame.cell 2]
17:22:11.988 - SliceCenter ((507.000000,112.000000), (509.000000,113.000000)) is outside the bounds of imageOffset ((500.000000,112.000000), (501.000000,113.000000)) for GuiImage[CoreGui.TopBar.TopBarFrame.RightFrame.MoreMenu.MoreMenuContainer.OverlayContextualMenu.PositionFrame.BaseMenu.ClippingFrame.ScrollingFrame.cell 2.StateOverlay]
Does it mean anything? I am new to developing and would like some help.