MouseButton1Click is not a valid member of ImageLabel "Players.ILOVEDRINKINGLYE.PlayerGui.ChooseJob.ChooseJob.Chooser.Choose.Frame.ImageLabel"
Make image label to image button
try mouseEnter that can in the imagelabel use a localscript
code:
`` script.Parent.MouseEnter:Connect(function()
print("hello this is an imagelabel!")
end)
``