oh when holding a tool, no one said that
You could make a client sided script that toggles tools and clicks rapidly... anyone want that? It's easy enough.
without closing and reopening inventory.
that kind of implies that he doesn't want his inventory closed and reopened, and that he has a tool/weapon out
also, this seems like he wants it clientsided instead of serversided, this can be done serversided by creating a new servercommand or modifying an existing one, but fully clientsided will not work
Well, if I remember correctly, the laser pointer could be used to trigger onActivate. Maybe a keybind that spawned a short range invisible projectile that would do the same? The server would need the mod too, obviously
this right here is a combonation of serversided and clientsided code, keybinds need to be clientsided unless it's a preexisting one like the light key
laser pointer/spawning projectiles or raycasts has to be serversdied