This code will print Getting up. everytime the player gets up:
Workspace.Player.Humanoid.GettingUp:connect(function() print("Getting up.") end)