1. Is there some colorShiftColor for static shapes? If so how do I use it?
Just like you'd color players.
object.setNodeColor( node, color );
2. How would I make a function that grows a static shape from %obj.minScale to %obj.maxScale over time?
Combine schedules and object.setScale( value );