Tony D.  said:  Just got the script that as of now says updated an hour ago, and I am getting this error       Error: Firebase.update failed: First argument contains undefined in property 'showplayers_aura1'
        at Error (native)
         at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:9:49)
         at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:207)    at Aa (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:8:462)
    at Ea (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:403)
     at H.J.update (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:146:318)
         at TrackedObj._doSave (/home/node/d20-api-server/api.js:543:27)
     at later [as _onTimeout] (/home/node/d20-api-server/node_modules/underscore/underscore.js:828:25)
       at Timer.listOnTimeout (timers.js:92:15)    Though as far as I can tell there is no error in that part of the script, and I didn't alter it at all, here is what I have for that part of the script.         token.set('showname',
settings.showName); 
	      token.set('showplayers_name',
settings.showNameToPlayers); 
	      token.set('showplayers_aura1',
settings.showAura1ToPlayers); 
	      token.set('showplayers_aura2',
settings.showAura2ToPlayers); 
	    };  If someone could clear this up for me whether it's user error or script error I'd greatly appreciate it!   Hi Tony,  Looks like a script error - and more specifically, it looks like something has gone wrong with upgrading your default configuration to include the relevant settings. Yes, I see the mistake now. I've just pushed a fix. Please install the new script now.  Unfortunately your settings object is now a bit broken, so we'll also need to fix it for you. After installing the new version of the script, could you add the following as a separate script in your campaign:     ShapedScripts.state.config.version = 0.6;    Then save it, wait for the API sandbox to restart, and then immediately delete that little script.   EDIT: Please see below, just install version 0.8.1 or later and it should fix it for you.    Lucian