What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Hotbar Resize

Version / Update: v1.0.0
Download / Script Link
if game.GameId == 4415513621 then
local HotBar = game:GetService("Players").LocalPlayer.PlayerGui.HudNew.HotBar

HotBar.Size = UDim2.new(0.249836057, 0, 0.25, 0)
HotBar.Position = UDim2.new(0.499548286, 0, 0.994292557, 0)
HotBar.OpenInv.Size = UDim2.new(0.249836057, 0, 0.25, 0)
HotBar.OpenInv.Position = UDim2.new(0, 0, -0.243333355, 0)
print("Resized")
end
[ View More ]
e3a5f468-390d-4bcf-b115-922936954248.webp


Resizes the hotbar as it is quite massivealso resizes the uh open inventory prompt thing cus that was big aswellif you encounter any bugs with it lmk in comments ill try to help
 
Back
Top