Detect if Player is a developer

Hi, I was wondering how to detect if the player that joins is a developer/has access to edit the game.
I was looking for an alternate solution from storing their IDs in a table and searching it, because it’s a manual process.

I’ve found no other posts on the forums about this and so I decided to make a new post. Any tips are appreciated, thanks.

I don’t think there’s much else other than a table, though there is this.
DataModel.CreatorId

Not too useful.

Oh, I guess I’ll just have to make-do with the tables.