View Single Post
10-16-20, 11:38 PM   #5
tordenflesk
A Deviate Faerie Dragon
Join Date: May 2008
Posts: 18
This worked:
Code:
	if not editbox.SetBackdrop then
		Mixin(editbox, BackdropTemplateMixin)
	end
	editbox:SetBackdrop(chatBackdrop)
Thank you.
  Reply With Quote