Attempt to call a RBXScriptSignal value

Hey fellow Developers! I have a problem with my code and the out put is saying

“attempt to call a RBXScriptSignal value”

Can someone help me out on this,thanks!

MouseButton1Click is an event. Looks like you forgot the :Connect part.

CriminalJob.MouseButton1Click:Connect(function()
1 Like

ohhhhh lol silly mistake thanks