returnfunction()local user =getUser('clonzeh');if user ==nilthenlog('user does not exist!');return;endlog(user.physics.grounded);--detects whether the avatar is on the ground or not. user.physics.grounded =true; --temporarily sets grounded to true--but it will update back to false if it's not actually grounded.end