You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,34 @@ Use [Rojo](https://rojo.space/) to build the model from scratch.
4
4
5
5
An easy way is to [install Rojo on VS Code](https://rojo.space/docs/v7/getting-started/installation/).
6
6
7
+
7
8
# About the Tool
8
9
10
+
9
11
## Setting up the Tool
10
12
11
13
The tool requires certain instances to be moved into the containers of the [DataModel](https://create.roblox.com/docs/reference/engine/classes/DataModel).
12
14
13
-
Open the container scripts (`Heart Pie` > `ContainerScripts (see ReadMe)`) and follow the instructions in `ReadMe`.<br>
14
-
When playtesting, there will be warnings in the output if the container scripts aren't correctly set up.
15
+
Open the container scripts (`Heart Pie` > `ContainerScripts (see ReadMe)`) and follow the instructions in `ReadMe`.
16
+
17
+
> [!NOTE]
18
+
>
19
+
> When playtesting, there will be warnings in the output if the container scripts aren't correctly set up.
20
+
21
+
> [!TIP]
22
+
>
23
+
> You can also set up the tool using the [Pie Hiking Creation Kit](https://create.roblox.com/store/asset/18723187294/Pie-Hiking-Creation-Kit) plugin,
24
+
> which also contains a kit for creating pie hiking maps!
25
+
15
26
16
27
## Reference Properites
17
28
18
29
The project contains several [reference](https://rojo.space/docs/v7/properties/#ref) properties.<br>
19
30
These are dynamically set through the [initializer](/src/Heart%20Pie/ToolScripts/-InitializerActor/Initializer.server.luau) and [PieSkins](./src/Heart%20Pie/ToolScripts/PieSkinsActor/ServerPieSkin.server.luau) script.
@@ -36,6 +47,7 @@ To set these properties in Roblox Studio:
36
47
37
48
The reason for the additional script is that [Rojo hasn't released full support for Ref properties](https://github.com/rojo-rbx/rojo/blob/7e2bab921aa71f76d07d0424e4bb4064e8b7c995/CHANGELOG.md) at this time.
0 commit comments