add some rojo stuff
This commit is contained in:
parent
abfeb2982c
commit
9c31443354
4 changed files with 166 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue