How to get the Creator ID of a game in Studio / How to get the current user id via a plugin

Hey! Stop typing! Before you say game.CreatorId, believe me, I’ve tried.
image

Now, I could not find any other way of getting the ID besides this, so allow me to offer another question that would more closely fit what I’m trying to do:
image
How do I get the ID of the user CURRENTLY editing the game. Keep in mind this code is inside a plugin aswell, so I can use Plugin restricted functions if need be.

Is StudioService:GetUserId what you’re looking for?

1 Like

Very much so! Thanks for the help