Hi,
Today I have a problem with this code
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Button1Down():Connect(function()
print("Hey i clicked")
end)
This is an error:
attempt to call a RBXScriptSignal value
I have to try to fix this problem, but this problem still occurring.
Thanks in advance.