Add Scrolling Frame Container to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.
bashnpx robloxui add scrolling-frameFirst time? Start with the documentation.
import { Scrolling Frame Container } from "./src/client/ui/components/scrolling-frame";<ScrollingFrame size={new UDim2(1, 0, 1, 0)}><textlabel Text="Item 1" /></ScrollingFrame>A scrollable container with custom scrollbar styling, smooth inertia scrolling, and content clipping. Foundation for lists, shops, and chat windows.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | Containers |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.border, colors.bg |
| Last Updated |
| July 31, 2026 |