Question
Where should I store the assets (images, models) for my Sans-themed 404 page in Roblox?
Asked by: USER7452
87 Viewed
87 Answers
Answer (87)
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`).