Code not working in plugin

This code is not working in a plugin:

plugin:GetMouse().Move:Connect(function()
	print("eee")
end)

What am I doing wrong?

Are you sure the plugin is installed and enabled?

1 Like

First Check out the stuff that people before me have responded, then make sure that you’re focused in the game viewport (Click in the game and move around a bit with your camera)

1 Like

Does the plugin have to be published?

You didn’t activate it yet:

1 Like