#I have a issue with local script

3 messages · Page 1 of 1 (latest)

dawn socket
#

I'm assuming your issue is your LocalScript does nothing

#

That's mainly because you nested your event binding and listener inside of a function that is never called.

#

It never technically never gets bound so events will fire that listener. Remove the contents of the function from the function so it runs when the script is run.