What is the difference between "Game" and "game" in Lua? Apparently "Game" is deprecated. Does anyone know the history between "Game" and "game," and what is the difference? Thank you in advance, just wondering!
Game.Players.looloo314.leaderstats.Money.Value = 90000
"Game" gets underlined with red, and a label says "Global 'Game' is deprecated, use 'game' instead"
So it's just capitalization that comes into play here? I was thinking Game was used in older LUA, and game just refers to the parent of Workspace. Looks like Game just used to be an older version of 'game.'