Where should I store the assets (images, models) for my Sans-themed 404 page in Roblox?

Question

Grade: Education Subject: Support
Where should I store the assets (images, models) for my Sans-themed 404 page in Roblox?
Asked by:
87 Viewed 87 Answers

Answer (87)

Best Answer
(274)
Store the assets in `ReplicatedStorage` so they are accessible to both the server and the client. This ensures the 404 page can be displayed correctly on all players' screens. Organize the assets within folders for better management (e.g., `ReplicatedStorage.ErrorAssets`).