A very easy one.
How can I shorten this (if there is some way):
string1 = string1..string2
A lot of languages have += (for numbers mainly). It also works on Roblox (but for numbers). Strings are different tho.
string1 += string2
This should return an error (cannot add on a string).