#Error Upon Start
12 messages · Page 1 of 1 (latest)
Do you have a version number from the ;version command or ;about page?
It only happens in studio
Seems to be an issue from failing to get the CreatorId of the game, it's a group game correct?
Yeah
A temporary fix for now would be to change line 192 of the MainModule to
_K.Auth.userRoleAdd(_K.creatorId or game.CreatorId, "creator")
I'll look into the issue and try to provide a more proper fix tonight.
Alr thanks
Also, is this supposed to output nil
Yeah it'll print nil when there's nothing saved, newest version changed how logs are saved and bumped the data key to prevent issues, once I have the first stable release I'll be doing proper data migration steps to prevent data loss.
For now, may be a few times when I change to a new scope key while I'm testing, so don't rely too heavily on saved state.
I should note a caveat of this temporary fix, if it fails to load the group owner, would make the user with the same identifier as the group the Creator role, hopefully never happens but you never know.