I just scaled the hotbar in my game with AutoScale Lite Plugin and it’s apprearing really small for some reason. I clicked “Scale” for both size and position in the plugin and there’s no way to undo it, please help!
To note: I used a model from a youtube video and this is how it scales each inventory slot: frame.Size = UDim2.new(0, totalX, 0, totalY)
I’m guessing this could be affecting it.