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!
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()
ohhhhh lol silly mistake thanks