DxGUI/dxCreateScrollBar
From Multi Theft Auto: Wiki
Example
dxTestWindow = exports.dxgui:dxCreateWindow(resourceRoot, 445, 150, 608, 335, "Main Window", tocolor(255,255,255,255), "default", "Lighter Black") dxTestScrollBar = exports.dxgui:dxCreateScrollBar(resourceRoot, 25, 102, 242, 19, dxTestWindow, "Horizontal/Vertical", 0, 100, "Lighter Black")