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

Filtering Enabled Script Registers Keys But Doesn't Register after Double Tap?

Asked by
Laxely 3
6 years ago

Hi, I've tried making my flying script filtering enabled. I have a local script that passes the keys pressed over to a server script.

It registers that fine but when a double tap for the keys is put in it doesn't execute after that and brings up no error either.

When the script is all just in a local script it works fine but when I try making it FE compatible it turns out like that.

Any help is appreciated.

0
I'd recommend adding 'print' statements in any area you suspect might not be working - it may reveal exactly where your script stops functioning. (I can't really help further without the scripts.) Also make sure that your script is running in the first place (ie briefly put a print statement at the top of the script), just to make sure you aren't putting a LocalScript in the wrong place, for examp chess123mate 5873 — 6y
0
Local script is inside the starterpack. I tried the print thing and it stops right at the double tap part, but it should be working because it works when its all just inside a local script. Thanks though. Laxely 3 — 6y

Answer this question