how do i use Userinputservice using a script and not a local script
You can’t. UserInputService is client-side only so you can only use it in a LocalScript.
You can’t. You would have to use a RemoteEvent to tell the server Script when you press something.
3 Likes
ok thanks for your answer i was trying to use a script