When do a plugins code run

If I had a plugin which does not use any events at all, do plugin code automatically run when studio is opened or a game is ran? sorry for such a short post.

1 Like

Plugin code runs when someone opens a Place.

You could always perform a test yourself by making a plugin with merely a print:

print(game.PlaceId) -- to ensure it's printing in the new place 
2 Likes