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
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