add some rojo stuff

This commit is contained in:
Reid 2023-08-19 21:44:19 -07:00
parent abfeb2982c
commit 9c31443354
4 changed files with 166 additions and 2 deletions

View file

@ -21,7 +21,7 @@ function toolHandler(world: World, state: ServerState): void {
// We don't want a bunch of if statements...
// example tool - spawns a part at cursor pos
if (character.equippedTool.Name === "example tool") {
if (character.equippedTool.Name === "Example Tool") {
Make("Part", {
Position: hitPos,
Anchored: false,