diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini
index 90caf737..eff4aaa7 100644
--- a/Config/DefaultEngine.ini
+++ b/Config/DefaultEngine.ini
@@ -245,9 +245,9 @@ ManualIPAddress=
 
 [/Script/EngineSettings.GameMapsSettings]
 GameDefaultMap=/Game/Map/SelectLevel.SelectLevel
-GlobalDefaultGameMode=/Game/Blueprint/Game/BP_LuckyRobots.BP_LuckyRobots_C
+GlobalDefaultGameMode=/Game/GameBP/BP_LuckyRobotsGameMode.BP_LuckyRobotsGameMode_C
 GlobalDefaultServerGameMode=/Game/luckyBot/blueprint/gameBP/luckycar.luckycar_C
-GameInstanceClass=/Game/Blueprint/Game/BP_LuckyGameinstanceMode.BP_LuckyGameinstanceMode_C
+GameInstanceClass=/Game/GameBP/BP_LuckyRobotsGameInstance.BP_LuckyRobotsGameInstance_C
 EditorStartupMap=/Game/Map/SelectLevel.SelectLevel
 
 [/Script/LinuxTargetPlatform.LinuxTargetSettings]
diff --git a/Content/Blueprint/Core/BP_3DtextHelp.uasset b/Content/Blueprint/Core/BP_3DtextHelp.uasset
index 30c61c95..21299dca 100644
Binary files a/Content/Blueprint/Core/BP_3DtextHelp.uasset and b/Content/Blueprint/Core/BP_3DtextHelp.uasset differ
diff --git a/Content/Blueprint/Core/BP_DrawrCabin.uasset b/Content/Blueprint/Core/BP_DrawrCabin.uasset
index b162cc8b..e1d1499b 100644
Binary files a/Content/Blueprint/Core/BP_DrawrCabin.uasset and b/Content/Blueprint/Core/BP_DrawrCabin.uasset differ
diff --git a/Content/Blueprint/Core/BP_LampButton.uasset b/Content/Blueprint/Core/BP_LampButton.uasset
index a8433b66..41c76784 100644
Binary files a/Content/Blueprint/Core/BP_LampButton.uasset and b/Content/Blueprint/Core/BP_LampButton.uasset differ
diff --git a/Content/Blueprint/Core/BP_NaviSplineCreator.uasset b/Content/Blueprint/Core/BP_NaviSplineCreator.uasset
index 3518e74e..64f753bb 100644
Binary files a/Content/Blueprint/Core/BP_NaviSplineCreator.uasset and b/Content/Blueprint/Core/BP_NaviSplineCreator.uasset differ
diff --git a/Content/Blueprint/Core/BP_StoveButton.uasset b/Content/Blueprint/Core/BP_StoveButton.uasset
index 5e9a64e8..edc37a07 100644
Binary files a/Content/Blueprint/Core/BP_StoveButton.uasset and b/Content/Blueprint/Core/BP_StoveButton.uasset differ
diff --git a/Content/Blueprint/Core/BP_ToHoldItem.uasset b/Content/Blueprint/Core/BP_ToHoldItem.uasset
index 1d9db62a..ed0059a6 100644
Binary files a/Content/Blueprint/Core/BP_ToHoldItem.uasset and b/Content/Blueprint/Core/BP_ToHoldItem.uasset differ
diff --git a/Content/Blueprint/Core/BP_allObjectCreate.uasset b/Content/Blueprint/Core/BP_allObjectCreate.uasset
index 4a301c87..51724f62 100644
Binary files a/Content/Blueprint/Core/BP_allObjectCreate.uasset and b/Content/Blueprint/Core/BP_allObjectCreate.uasset differ
diff --git a/Content/Blueprint/Core/BP_drawing.uasset b/Content/Blueprint/Core/BP_drawing.uasset
index c8b7812c..d7b747ab 100644
Binary files a/Content/Blueprint/Core/BP_drawing.uasset and b/Content/Blueprint/Core/BP_drawing.uasset differ
diff --git a/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset b/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset
index c3c59da5..cf9b29ea 100644
Binary files a/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset and b/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset differ
diff --git a/Content/Blueprint/Game/BP_LuckyGameState.uasset b/Content/Blueprint/Game/BP_LuckyGameState.uasset
deleted file mode 100644
index 2180cd9d..00000000
Binary files a/Content/Blueprint/Game/BP_LuckyGameState.uasset and /dev/null differ
diff --git a/Content/Blueprint/Game/BP_LuckyRobots.uasset b/Content/Blueprint/Game/BP_LuckyRobots.uasset
deleted file mode 100644
index 505c370d..00000000
Binary files a/Content/Blueprint/Game/BP_LuckyRobots.uasset and /dev/null differ
diff --git a/Content/Blueprint/Game/BP_LuckybotGameMode.uasset b/Content/Blueprint/Game/BP_LuckybotGameMode.uasset
deleted file mode 100644
index 83b283ce..00000000
Binary files a/Content/Blueprint/Game/BP_LuckybotGameMode.uasset and /dev/null differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset
index d4011b75..45307116 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset and b/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset
index 9aaaf836..1196e492 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset and b/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset b/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset
index d524acd4..1760159c 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset and b/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset b/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset
index aa865ffd..211e8945 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset and b/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset
index 0709a4cc..04a8fa68 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset and b/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset
index 6a0bba4e..9f86781d 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset and b/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset
index b86abc62..8574a2b3 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset and b/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset b/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset
index 59ff996a..30f0d103 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset and b/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset differ
diff --git a/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset b/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset
index 974b5260..f6682666 100644
Binary files a/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset and b/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset differ
diff --git a/Content/Blueprint/component/BPC_Capture.uasset b/Content/Blueprint/component/BPC_Capture.uasset
index 414b4f1c..f1860793 100644
Binary files a/Content/Blueprint/component/BPC_Capture.uasset and b/Content/Blueprint/component/BPC_Capture.uasset differ
diff --git a/Content/Blueprint/component/BPC_DataTrasnfer.uasset b/Content/Blueprint/component/BPC_DataTrasnfer.uasset
index 384943b5..bcc90859 100644
Binary files a/Content/Blueprint/component/BPC_DataTrasnfer.uasset and b/Content/Blueprint/component/BPC_DataTrasnfer.uasset differ
diff --git a/Content/Blueprint/component/BPC_FlyingRobots.uasset b/Content/Blueprint/component/BPC_FlyingRobots.uasset
index a7ca7e65..78282f3e 100644
Binary files a/Content/Blueprint/component/BPC_FlyingRobots.uasset and b/Content/Blueprint/component/BPC_FlyingRobots.uasset differ
diff --git a/Content/Blueprint/component/BPC_FourLeggedRobots.uasset b/Content/Blueprint/component/BPC_FourLeggedRobots.uasset
index b753fbe3..b166d80e 100644
Binary files a/Content/Blueprint/component/BPC_FourLeggedRobots.uasset and b/Content/Blueprint/component/BPC_FourLeggedRobots.uasset differ
diff --git a/Content/Blueprint/component/BPC_NaviPoint.uasset b/Content/Blueprint/component/BPC_NaviPoint.uasset
index 07e5b12c..b4941ea3 100644
Binary files a/Content/Blueprint/component/BPC_NaviPoint.uasset and b/Content/Blueprint/component/BPC_NaviPoint.uasset differ
diff --git a/Content/Blueprint/component/BPC_StationaryRobots.uasset b/Content/Blueprint/component/BPC_StationaryRobots.uasset
index 8bf18824..388cdb72 100644
Binary files a/Content/Blueprint/component/BPC_StationaryRobots.uasset and b/Content/Blueprint/component/BPC_StationaryRobots.uasset differ
diff --git a/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset b/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset
index d36d519d..73bb9f9b 100644
Binary files a/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset and b/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset differ
diff --git a/Content/Blueprint/component/BPC_WheeledRobots.uasset b/Content/Blueprint/component/BPC_WheeledRobots.uasset
index ba56eded..ca5d3dda 100644
Binary files a/Content/Blueprint/component/BPC_WheeledRobots.uasset and b/Content/Blueprint/component/BPC_WheeledRobots.uasset differ
diff --git a/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset b/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset
index 1e971029..3e623d61 100644
Binary files a/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset and b/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset differ
diff --git a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset
index e2e915cd..e3b214e1 100644
Binary files a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset and b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset differ
diff --git a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset
index f8c70a5b..82f74edc 100644
Binary files a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset and b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset differ
diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset
index eca59228..fa000eb8 100644
Binary files a/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset and b/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset differ
diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset
index 692487f0..1401b660 100644
Binary files a/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset and b/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset differ
diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset
index b37c14f6..7837ff27 100644
Binary files a/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset and b/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset differ
diff --git a/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset b/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset
index 57089190..614f6b09 100644
Binary files a/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset and b/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset differ
diff --git a/Content/Cinematic/1_House_ObjectColor.umap b/Content/Cinematic/1_House_ObjectColor.umap
index 58d7ac37..10848985 100644
Binary files a/Content/Cinematic/1_House_ObjectColor.umap and b/Content/Cinematic/1_House_ObjectColor.umap differ
diff --git a/Content/Cinematic/1_House_cinematic.umap b/Content/Cinematic/1_House_cinematic.umap
index 0b546a57..24c6c31d 100644
Binary files a/Content/Cinematic/1_House_cinematic.umap and b/Content/Cinematic/1_House_cinematic.umap differ
diff --git a/Content/GameBP/BP_LobbyGameMode.uasset b/Content/GameBP/BP_LobbyGameMode.uasset
index d5711a3a..0fc14a13 100644
Binary files a/Content/GameBP/BP_LobbyGameMode.uasset and b/Content/GameBP/BP_LobbyGameMode.uasset differ
diff --git a/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset b/Content/GameBP/BP_LuckyRobotsGameInstance.uasset
similarity index 57%
rename from Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset
rename to Content/GameBP/BP_LuckyRobotsGameInstance.uasset
index f39bc720..bf90bc74 100644
Binary files a/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset and b/Content/GameBP/BP_LuckyRobotsGameInstance.uasset differ
diff --git a/Content/GameBP/BP_LuckyRobotsGameMode.uasset b/Content/GameBP/BP_LuckyRobotsGameMode.uasset
new file mode 100644
index 00000000..f0e3c086
Binary files /dev/null and b/Content/GameBP/BP_LuckyRobotsGameMode.uasset differ
diff --git a/Content/GameBP/BP_LuckyRobotsGameState.uasset b/Content/GameBP/BP_LuckyRobotsGameState.uasset
new file mode 100644
index 00000000..9766a229
Binary files /dev/null and b/Content/GameBP/BP_LuckyRobotsGameState.uasset differ
diff --git a/Content/GameBP/BP_LuckyRobotsLibrary.uasset b/Content/GameBP/BP_LuckyRobotsLibrary.uasset
index 18090b26..ef2a810d 100644
Binary files a/Content/GameBP/BP_LuckyRobotsLibrary.uasset and b/Content/GameBP/BP_LuckyRobotsLibrary.uasset differ
diff --git a/Content/GameBP/BP_LuckyRobotsPlayerController.uasset b/Content/GameBP/BP_LuckyRobotsPlayerController.uasset
index 12f5fc6f..cb5285a3 100644
Binary files a/Content/GameBP/BP_LuckyRobotsPlayerController.uasset and b/Content/GameBP/BP_LuckyRobotsPlayerController.uasset differ
diff --git a/Content/Levels/House01/Maps/LoftLevel.umap b/Content/Levels/House01/Maps/LoftLevel.umap
index c40b45e9..e446a9ca 100644
Binary files a/Content/Levels/House01/Maps/LoftLevel.umap and b/Content/Levels/House01/Maps/LoftLevel.umap differ
diff --git a/Content/Levels/House05/Maps/IstanbulLevel.umap b/Content/Levels/House05/Maps/IstanbulLevel.umap
index 191c1a28..483a141c 100644
Binary files a/Content/Levels/House05/Maps/IstanbulLevel.umap and b/Content/Levels/House05/Maps/IstanbulLevel.umap differ
diff --git a/Content/Map/Test_Level.umap b/Content/Map/Test_Level.umap
index 79b289ca..4522ab14 100644
Binary files a/Content/Map/Test_Level.umap and b/Content/Map/Test_Level.umap differ
diff --git a/Content/Map/new_map.umap b/Content/Map/new_map.umap
index 31533d2c..720e5888 100644
Binary files a/Content/Map/new_map.umap and b/Content/Map/new_map.umap differ
diff --git a/Content/Map/simpleTestMap.umap b/Content/Map/simpleTestMap.umap
index e48519a7..5cb42324 100644
Binary files a/Content/Map/simpleTestMap.umap and b/Content/Map/simpleTestMap.umap differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_GrabAndPull.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_GrabAndPull.uasset
index 6b527050..2761f8a4 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_GrabAndPull.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_GrabAndPull.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_NavigateSimpleEnvironments.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_NavigateSimpleEnvironments.uasset
index 66dd25a2..12eb3943 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_NavigateSimpleEnvironments.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_NavigateSimpleEnvironments.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectListBox1.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectListBox1.uasset
index e2c45762..4b495a4b 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectListBox1.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectListBox1.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListBox.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListBox.uasset
index 2e6e0ead..1e801ca9 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListBox.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListBox.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListCheckbox.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListCheckbox.uasset
index 4a63f00e..8921f762 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListCheckbox.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_ObjectsListCheckbox.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_PickAndPlace.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_PickAndPlace.uasset
index 0ba4fb8d..bb49cabf 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_PickAndPlace.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_PickAndPlace.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset
index 7e1dadad..a715504a 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePlace.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePlace.uasset
index cd9dfcd7..ffac03ca 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePlace.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_SimplePlace.uasset differ
diff --git a/Content/luckyBot/Luckywidget/ChildItems/WB_TaskListBox.uasset b/Content/luckyBot/Luckywidget/ChildItems/WB_TaskListBox.uasset
index c16485f2..0c9e41f2 100644
Binary files a/Content/luckyBot/Luckywidget/ChildItems/WB_TaskListBox.uasset and b/Content/luckyBot/Luckywidget/ChildItems/WB_TaskListBox.uasset differ
diff --git a/Content/luckyBot/Luckywidget/WB_AddModelScreen.uasset b/Content/luckyBot/Luckywidget/WB_AddModelScreen.uasset
index 9ec16611..48da0c47 100644
Binary files a/Content/luckyBot/Luckywidget/WB_AddModelScreen.uasset and b/Content/luckyBot/Luckywidget/WB_AddModelScreen.uasset differ
diff --git a/Content/luckyBot/Luckywidget/WB_GameWidget.uasset b/Content/luckyBot/Luckywidget/WB_GameWidget.uasset
index 1855d71a..8e744091 100644
Binary files a/Content/luckyBot/Luckywidget/WB_GameWidget.uasset and b/Content/luckyBot/Luckywidget/WB_GameWidget.uasset differ
diff --git a/Content/luckyBot/Luckywidget/WB_MainScreen.uasset b/Content/luckyBot/Luckywidget/WB_MainScreen.uasset
index 92872245..c7e1be23 100644
Binary files a/Content/luckyBot/Luckywidget/WB_MainScreen.uasset and b/Content/luckyBot/Luckywidget/WB_MainScreen.uasset differ
diff --git a/Content/luckyBot/Luckywidget/menu/WB_AllObjects.uasset b/Content/luckyBot/Luckywidget/menu/WB_AllObjects.uasset
index 6a7ce086..ee02003e 100644
Binary files a/Content/luckyBot/Luckywidget/menu/WB_AllObjects.uasset and b/Content/luckyBot/Luckywidget/menu/WB_AllObjects.uasset differ
diff --git a/Content/luckyBot/Luckywidget/menu/WB_AllRandom.uasset b/Content/luckyBot/Luckywidget/menu/WB_AllRandom.uasset
index 6abeecdb..2b34b1cf 100644
Binary files a/Content/luckyBot/Luckywidget/menu/WB_AllRandom.uasset and b/Content/luckyBot/Luckywidget/menu/WB_AllRandom.uasset differ
diff --git a/Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset b/Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset
index acc30d6c..05cba78a 100644
Binary files a/Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset and b/Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset differ
diff --git a/Content/luckyBot/Luckywidget/menu/WB_SelectGoalMenu.uasset b/Content/luckyBot/Luckywidget/menu/WB_SelectGoalMenu.uasset
index 08b5a621..6b160926 100644
Binary files a/Content/luckyBot/Luckywidget/menu/WB_SelectGoalMenu.uasset and b/Content/luckyBot/Luckywidget/menu/WB_SelectGoalMenu.uasset differ
diff --git a/Content/luckyBot/blueprint/LuckyBotNewBlueprint.uasset b/Content/luckyBot/blueprint/LuckyBotNewBlueprint.uasset
index 67b5eec3..ec32c738 100644
Binary files a/Content/luckyBot/blueprint/LuckyBotNewBlueprint.uasset and b/Content/luckyBot/blueprint/LuckyBotNewBlueprint.uasset differ