From b575372732d4ccf723c44b13fe6566d0b129cc6b Mon Sep 17 00:00:00 2001 From: filoxenace Date: Mon, 22 Sep 2025 19:52:15 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6950ec..aaec4fd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # workspace-detector -A command-line tool for analyzing Roblox .rbxm model files to identify workspaces and detect hidden places embedded within them. +A command-line tool for analyzing Roblox .rbxm(x) model files to identify workspaces and detect hidden places embedded within them. ## Overview -This tool examines Roblox model files and provides detailed analysis of their structure, specifically focusing on workspace detection and identifying potentially hidden game places that may be embedded within model files. It runs on the [Lune](https://github.com/lune-org/lune) runtime environment. +This tool works to detect Roblox workspaces within .rbxm(x) model files, which could potentially contain stolen/lost places. It runs on the [Lune](https://github.com/lune-org/lune) runtime environment. ## Installation