# Overview

AutoScale is a simple yet extensive Roblox studio open-source plugin that helps you scale your GUI on all screens.

With over 200,000 installs, the AutoScale plugin family is the most actively maintained, reputable and widely-used tool for helping developers with GUI scaling. [🏆](https://blog.emojipedia.org/the-most-popular-new-emoji-is/)

The best way to scale your GUI is to use Scale unit for Size and Position, as well as adding a UIAspectRatio constraint to maintain height to width ratio. Too tedious? That's where AutoScale comes in!

### Features

{% hint style="info" %}
Not all features listed here are available in all AutoScale variants.
{% endhint %}

* Position and Size unit conversion
* Automation menu to set uiobject property defaults
* Automatic height width ratio calculation for UIAspectRatio constraints
* Intelligent scaling that makes scaling decisions for you
* Dynamic text scaling

### Screenshots

{% hint style="warning" %}
Screenshots may depict an outdated version of AutoScale Plus.
{% endhint %}

<div align="center"><img src="https://3205728868-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MCV8fFGCy655co4I0GK%2F-MCVJu9Xp9FjmElhk3uO%2F-MCVLeAC6qnDDGAkE1NF%2Fimage.png?alt=media&#x26;token=e595fd68-d2a2-445a-9ecb-62f09a5f5932" alt=""></div>

<div align="center"><img src="https://3205728868-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MCV8fFGCy655co4I0GK%2F-MCVJu9Xp9FjmElhk3uO%2F-MCVLsouc9O16kAjPJAa%2Fimage.png?alt=media&#x26;token=485d6100-6146-4e98-9397-457e67221153" alt=""></div>

\
\
\
\ <br>

### Get the plugin here!

{% content-ref url="download" %}
[download](https://zacbytes.gitbook.io/autoscale-docs/download)
{% endcontent-ref %}

### Need help?&#x20;

Here are some page links and URLs to assist you.

{% content-ref url="documentation/studio-plugins" %}
[studio-plugins](https://zacbytes.gitbook.io/autoscale-docs/documentation/studio-plugins)
{% endcontent-ref %}

{% content-ref url="faq" %}
[faq](https://zacbytes.gitbook.io/autoscale-docs/faq)
{% endcontent-ref %}

Youtube Tutorial: (Credit to Jaflanson)\
<https://www.youtube.com/watch?v=Mafquy7YQmA>\
\
DevForum Links:\
<https://devforum.roblox.com/t/plugin-autoscale-lite-for-guis/217704>\
<https://devforum.roblox.com/t/plugin-autoscale-plus-for-guis/601773>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zacbytes.gitbook.io/autoscale-docs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
