Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke14 authored Aug 14, 2023
1 parent 5175d6c commit befb5b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,17 @@ Roblox Model is available at [vLuau (lowercase u)](https://www.roblox.com/librar
```
├── <ModuleScript> MainModule (init.lua)
| ├── <ModuleScript> LuauInLuau (LuauInLuau.luau)
└── ── <ModuleScript> Fiu (Fiu.luau)
└── ── <ModuleScript> Fiu (Fiu.luau)
```
### Tips to add large 'ModuleScript' into Roblox Studio
Roblox Studio could be crashed when you try to paste the large script into Roblox Studio.<br>
This tips may solve that problem.
1. Open some place on Studio.
2. Right click somewhere in Explorer, and click on 'Insert from file'.
3. Find the large script to insert.
4. Name the script to something to locate it easily.
5. Save place or the script as XML format (place: .rbxlx, model: .rbxmx)
6. Open the saved file with your text editor.
7. Find the script item.
8. Change `<Item class="Script"` to `<Item class="ModuleScript"` then save it.
9. Open the file as Studio and the script is now ModuleScript.

0 comments on commit befb5b4

Please sign in to comment.