How to resize minimap?

There’s a way -

/run Minimap:SetScale(1) ← default size
/run Minimap:SetScale(1.5) ← 50% bigger
/run Minimap:SetScale(0.5) ← 50% smaller

More resizing and scaling information here

7 Likes