When workspace.NextGenerationReplication is enabled, this error appears if an instance has a string attribute called “Description”: Removed invalid attribute 'Description' from instance {instance}. The attribute gets deleted.
These instances have several attributes, but it is only affecting the string attribute named “Description”.
It is deleting the attribute, causing many of my scripts that read this attribute to fail.
At the moment, string attributes can only contain up to 50 characters when server authority is enabled, this is most likely the problem that you’re running into. You could use a StringValue as a temporary workaround.
Thanks for telling me! I didn’t know it was the character amount that was causing the issue. Is this something they will fix or is it going to remain that way intentionally?
Yeah plus one on what @xyrafrost said. We do plan to fix this, so the restriction will be eventually lifted. However for now, there’s the 50 characters limit.