of     1   

SteamyMu
#173415382Sunday, September 06, 2015 11:40 AM GMT

How about an object that contains only text? It won't be replicated and is purely for documentation.
cybersquat
#173415753Sunday, September 06, 2015 11:52 AM GMT

Also support constant variables, like in swift. For example: var x: String = "Hello" let y: String = "Goodbye" x can be changed since it's a variable, but y can't since it's a constant. We should have a similar concept in Roblox Lua so we don't overwrite values by accident. Support

    of     1