You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Maximum event re-entrancy depth exceeded for Instance.AbsoluteContentSizeChanged
While entering function defined in script 'Plugin_948084095.TagEditor.Plugin.Components.ScrollingFrame', line 13
Responsible code:
local function update()
local cs = rbx.AbsoluteContentSize
rbx.Parent.CanvasSize = UDim2.new(0, 0, 0, cs.y)
end
rbx:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(update)
update()
I'm guessing setting CanvasSize changes AbsoluteContentSize when the canvas's size is > the scrolling frame's.