Oops forgot to mention, but a breaking change to rbxthumb will be coming soon.
Where subtables will be removed, ie
rbxthumb.avatar.headshot()
becomes
rbxthumb.avatar_headshot()
Should be easier to type, as its always bothered me having that extra indexing to do. Also methods will be returning the Content DataType instead of strings.
This update will be occuring after luau-lsp gets the Content DataType added to its typedefs.