Squirrel ```squirrel SetMaxPlayers(int) SetMaxHeight(int) ``` Lua Suggestion ```lua Server.maxPlayers = int Server.maxHeight = int ```