Developer Module
Allows you to write custom code to scale UI in your game using AutoScale's basic built-in features
Copyright Notice
Getting Started
local AutoScaleModule = require(directory)Unit Conversion Functions
AutoScaleModule.ToOffsetPos(guiobject)
or
AutoScaleModule.ToScalePos(guiobject)AutoScaleModule.ToScaleSize(guiobject)
or
AutoScaleModule.ToOffsetSize(guiobject)Last updated