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