LocalScript isnt working, please help

Hello everybody, I’m creating game and met with this problem:
~ LocalScript won’t work.
image - This is a LocalScript.


image - Script.
(It enable the LocalScript “Listener”.)


image - Listener need to print “Sus-1”.
When I’m starting the game, when script enable Listener → nothing

where is the local script and normal script parented?

Where are these scripts? Local scripts won’t run if they are descendants of Workspace.

man tries to enable a local script with a server script
but seriously, where is the local script located, plus did you just slap a server script with a single line of code

Can you provide more context? This is hard to understand

why do you enable Listener with a server script? If it’s only for the client to see then use local scripts.

also, have you checked the output? Maybe you have to use :WaitForChild()