--- 5.md
+++ 4.md
@@ -1,5 +1,6 @@
Asset Packs are ORRH's way of handling outdated, updated, lost, or otherwise unusable assets for whatever game requests them. An installed asset pack will replace any requests to a specific asset with a local copy of said asset.
+They can also be used as a way to locally store assets for a game that you are making for offline use, as a way to avoid uploading assets to Roblox's servers.
1. Create a directory inside of the `assetpacks` folder.
2. Add assets to the directory. The asset must be named the asset ID you want for the asset to represent. All file extensions are allowed.