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

@ -11,7 +11,9 @@ function toolHandler(world: World): void {
for (const [_] of useEvent(character.equippedTool, "Activated")) {
print(Players.LocalPlayer.GetMouse())
activateToolEvent.FireServer(Players.LocalPlayer.GetMouse().Hit.Position)
activateToolEvent.FireServer(
Players.LocalPlayer.GetMouse().Hit.Position
)
}
}
}