MouseButton1Click is not a valid member of ImageLabel "Players.DisasterHotelGiant.PlayerGui.ChooseJob.ChooseJob.Chooser.Choose.Frame.ImageLabel" Suçlu Team? this does not work!! send help!!!
local player = script.Parent.Parent.Parent.Parent.Parent script.Parent.MouseButton1Click:connect(function() player.Team = game.Teams:FindFirstChild("Suçlu") player.Character.Humanoid.Health = 0 end)
It's exactly as it says, MouseButton1Click is not a valid member of ImageLabel. Did you mean to use an ImageButton? A label is just a label, it cannot be clicked, but you can click a button.