StringBuilder class for Roblox that creates strings from tables
npm install @rbxts/string-builder
This library is essentially just shorthand for using table.concat()/Array.join() with some extra utility.
table.concat()
Array.join()