returnfunction()local app =getApp();local user = app.getUserFromData('clonzeh');if user ==nilthenlog('could not find target user');return;endif user.isActive ==falsethenlog('this is not an active user...');--this means you cannot modify live-settings on the avatar directly--such as the temporaryScaleendend