Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

MouseButton1Click not a vaild ImageLabel?

Asked by 3 years ago

MouseButton1Click is not a valid member of ImageLabel "Players.ILOVEDRINKINGLYE.PlayerGui.ChooseJob.ChooseJob.Chooser.Choose.Frame.ImageLabel"

3 answers

Log in to vote
0
Answered by 3 years ago

Make image label to image button

0
imagelabel has not the event "MouseButtton1Click" luxkatana 61 — 3y
Ad
Log in to vote
0
Answered by
MattVSNNL 620 Moderation Voter
3 years ago

Image label isn't a button so you can't click it

Log in to vote
0
Answered by 3 years ago

try mouseEnter that can in the imagelabel use a localscript

code:

`` script.Parent.MouseEnter:Connect(function()

print("hello this is an imagelabel!")

end)

``

Answer this question