diff --git a/Runtime/Sites/Scripts/HumanoidInterface.cs b/Runtime/Sites/Scripts/HumanoidInterface.cs
index e172489..e96a771 100644
--- a/Runtime/Sites/Scripts/HumanoidInterface.cs
+++ b/Runtime/Sites/Scripts/HumanoidInterface.cs
@@ -113,7 +113,7 @@ namespace Passer.Humanoid {
/// Try to add the GameObject to the Possessions of the Humanoid
///
/// The GameObject of the Possession to add
- /// This does nothing if the gamObject is not a Possession
+ /// This does nothing if the gamObject is not Possessable
public void TryAddToPossessions(GameObject gameObject) {
if (gameObject == null)
return;
diff --git a/Runtime/Visitors/Scripts/UI/HumanoidMenu.cs b/Runtime/Visitors/Scripts/UI/HumanoidMenu.cs
new file mode 100644
index 0000000..bc00cab
--- /dev/null
+++ b/Runtime/Visitors/Scripts/UI/HumanoidMenu.cs
@@ -0,0 +1,22 @@
+using UnityEngine;
+
+namespace Passer.Humanoid {
+
+ public class HumanoidMenu : MonoBehaviour {
+
+ public Canvas mainMenu;
+
+ private void OnEnable() {
+ Canvas[] childCanvases = GetComponentsInChildren