#GuiService MenuOpened and MenuClosed not working
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
are you connecting onPlayerAdded function to the player added event also this feels like a memory leak to me
?
so your connecting a function to call another function
game.Players.PlayerAdded:Connect(module.onPlayerAdded)
you can do it like this
but this wont change anything
i think you have to do it in a localscript