Make a selection reload when we create a room

This commit is contained in:
2025-09-20 19:41:32 +02:00
parent 6f003b487c
commit 866ce2d8c2
2 changed files with 3 additions and 1 deletions

View File

@@ -47,4 +47,3 @@ jobs:
with: with:
name: roblox-build name: roblox-build
path: plugin.rbxm path: plugin.rbxm
compression-level: 0

View File

@@ -31,5 +31,8 @@ export function createNewRoomButton(toolbar: PluginToolbar) {
roomId.Parent = config; roomId.Parent = config;
ChangeHistoryService.SetWaypoint("Added new room config"); ChangeHistoryService.SetWaypoint("Added new room config");
Selection.Set([]);
Selection.Set([room]);
}); });
} }