Hello everybody, I’m creating game and met with this problem:
~ LocalScript won’t work.
- This is a LocalScript.
- Script.
(It enable the LocalScript “Listener”.)
- Listener need to print “Sus-1”.
When I’m starting the game, when script enable Listener → nothing
Thedagz
(Dagz)
May 9, 2022, 6:06pm
2
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()