I am trying to disable selectability of RichText.
I tried Panel:SetSelectable(false) but it didn’t work, any ideas?
I am trying to disable selectability of RichText.
I tried Panel:SetSelectable(false) but it didn’t work, any ideas?
You can try
Panel:SetMouseInputEnabled but that’ll also prevent you from scrolling.
One solution could be to create an invisible panel over the text and have it stop just before the scroll bar.
I don’t need scrolling, thanks for fast reply.