Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would i go about detecting a key press without a local script?

Asked by 4 years ago

How would i go about detecting a key press without a local script?

The reason i ask for it without a local script is because what im putting my code in cant be a local script without everything breaking. I sadly do not have an example of my code, but i still need some sort of awnser. i dont care how messy, how situational, or whatever. just how

0
you can't, but you can use a remote event or event. lilzy7 68 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

here is some advice, first make a remote event at replicated storage, put keypressing script with local script, but when it pressed, make sure the script fires the remote event to your server script service script and do anything in there. You can also search for tutorial on youtube how to use remote event if you dont have any idea how to use it

Ad

Answer this question