We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776d8eb commit 862f1c7Copy full SHA for 862f1c7
README.md
@@ -20,7 +20,7 @@
20
## Installation
21
22
### Method 1: Model File (Roblox Studio)
23
-* Download the `rbxmx` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/rodux/releases).
+* Download the `rbxm` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/rodux/releases).
24
* Insert the model into Studio into a place like `ReplicatedStorage`
25
26
### Method 2: Filesystem
roblox-project.json
@@ -0,0 +1,6 @@
1
+{
2
+ "name": "Rodux",
3
+ "tree": {
4
+ "$path": "lib"
5
+ }
6
+}
0 commit comments