Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hey, how can I allow the table to take scores greater than an int32? I modified the functions to take longs instead, but I get an error thrown that the score cannot be larger than 2147...etc. 

Is this a network limitation or is there something else I can change to allow this?

Hello Niblet!

There is unfortunately no straightforward approach to this, but you could make use of the Extra field to hold more data for each player.