Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ScrollingDirection

This enum is used by ScrollingFrame.ScrollingDirection to specify the direction(s) in which scrolling is allowed.

Items 3

HistoryNameValueDescription
329X1

The canvas can only be scrolled along the X axis.

329Y2

The canvas can only be scrolled along the Y axis.

329XY4

The canvas can be scrolled along both the X and Y axes.

Description

This enum is used by ScrollingFrame.ScrollingDirection to specify the direction(s) in which scrolling is allowed.

History 4

Settings