How do i make a textlabel inside a scrollingframe not disappear after bunch of multi-line numbers

ScrollingFrame Properties:


AutomaticCanvasSize: X
ElasticBehavior: WhenScrollable
HorizontalScrollBarInset: ScrollBar
ScrollingDirection: XY
ScrollingEnabled: true
VerticalScrollBarInset: ScrollBar
VerticalScrollBarPosition: Right
ZIndex: 3
SizeConstraint: ReleativeXY
Anchor Point: 0, 0

AutomaticSize: None

LayoutOrder: 0
ClipsDescendants: true
Selectable, SelectionGroup: true
SelectionOrder: 0
AutoLocalize: true


TextLabel Properties:


Active: true
LayoutOrder: 0
Parent: TextBox
AutomaticSize: None
Anchor Point: 0, 0
SizeConstraint: ReleativeXY
ZIndex: 10
ClipsDescendants: false
Autolocalize: true

Selectables: false
Selectionorder: 0

LineHeight: 1
MaxVisibleGraphemens: -1
RichText: true
TextDirection: Auto
TextFits: true
TextScaled: false
TestWrapped: false
TextAlignments: X: Right, Y: Top
TextTruncate: None


What is the issue here, what should i change. as if there’s no script that interacts with making it dissapearable.