In local servers the client sees game.PlaceId as 0 while the server shows the correct PlaceId. The game is a published place so it should not be showing as 0 on the client and the actual PlaceId on the server.
Repro: Console > print(game.PlaceId) on both server and client on a published place in a local server.