Is it possible to make automatic tool in a server script instead of a local script

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Be able to create an automatic tool in a server script instead of local script.

  2. What is the issue? Can’t fix my problem with automatic tools…

  3. What solutions have you tried so far? I have tried looking over forums but they weren’t any good.

If this is possible, please tell me how so. my little brain is stupid D:

Thnx

You can only detect input from local scripts

ah, breaks my plan cause the way my scripts work are very weird. thnx tho

u could detect the input then fire a remote event which fires something on the server

1 Like

As mentioned, user inputs can only be detected from the client. However, with that being said, tools are built in such a way as to have a local script and a server script. The local script detects the input from the user and then does a FireServer function against a remote event to trigger the action in the server script.

1 Like