diff --git a/script-archive/chat/FloofChat.html b/script-archive/floofChat/FloofChat.html
similarity index 100%
rename from script-archive/chat/FloofChat.html
rename to script-archive/floofChat/FloofChat.html
diff --git a/script-archive/chat/FloofChat.js b/script-archive/floofChat/FloofChat.js
similarity index 100%
rename from script-archive/chat/FloofChat.js
rename to script-archive/floofChat/FloofChat.js
diff --git a/script-archive/chat/FloofChat.qml b/script-archive/floofChat/FloofChat.qml
similarity index 100%
rename from script-archive/chat/FloofChat.qml
rename to script-archive/floofChat/FloofChat.qml
diff --git a/script-archive/chat/chat.png b/script-archive/floofChat/chat.png
similarity index 100%
rename from script-archive/chat/chat.png
rename to script-archive/floofChat/chat.png
diff --git a/script-archive/chat/css/FloofChat.css b/script-archive/floofChat/css/FloofChat.css
similarity index 100%
rename from script-archive/chat/css/FloofChat.css
rename to script-archive/floofChat/css/FloofChat.css
diff --git a/script-archive/chat/css/materialize.css b/script-archive/floofChat/css/materialize.css
similarity index 100%
rename from script-archive/chat/css/materialize.css
rename to script-archive/floofChat/css/materialize.css
diff --git a/script-archive/chat/js/materialize.min.js b/script-archive/floofChat/js/materialize.min.js
similarity index 100%
rename from script-archive/chat/js/materialize.min.js
rename to script-archive/floofChat/js/materialize.min.js
diff --git a/script-archive/chat/resources/bubblepop.wav b/script-archive/floofChat/resources/bubblepop.wav
similarity index 100%
rename from script-archive/chat/resources/bubblepop.wav
rename to script-archive/floofChat/resources/bubblepop.wav
diff --git a/scripts/system/html/ChatPage.html b/script-archive/systemChat/ChatPage.html
similarity index 100%
rename from scripts/system/html/ChatPage.html
rename to script-archive/systemChat/ChatPage.html
diff --git a/scripts/system/chat.js b/script-archive/systemChat/chat.js
similarity index 99%
rename from scripts/system/chat.js
rename to script-archive/systemChat/chat.js
index 94a26dc632..14696946b3 100644
--- a/scripts/system/chat.js
+++ b/script-archive/systemChat/chat.js
@@ -4,7 +4,7 @@
//
// By Don Hopkins (dhopkins@donhopkins.com) on May 5th, 2017
// Copyright 2017 High Fidelity, Inc.
-// Copyright 2023 Overte e.V.
+// Copyright 2024 Overte e.V.
//
//
// Distributed under the Apache License, Version 2.0.
@@ -13,7 +13,7 @@
(function() {
- var webPageURL = Script.resolvePath("html/ChatPage.html"); // URL of tablet web page.
+ var webPageURL = Script.resolvePath("ChatPage.html"); // URL of tablet web page.
var randomizeWebPageURL = true; // Set to true for debugging.
var lastWebPageURL = ""; // Last random URL of tablet web page.
var onChatPage = false; // True when chat web page is opened.