My auto clear thing doesnt work if the check number is over 19

(ignore the person in the background)

Im not sure why this is happening.

Nvm i fixed it by adding a linestable and inserting new text lines into it

table.insert(LinesTable, new)
	
	if #LinesTable > 30 then
		LinesTable[1]:Destroy()
		table.remove(LinesTable, 1)
	end

(Also a linestable variable)

Still would like ot know why the children thing doesnt work

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.