skills.InputBegan:connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then print's' if kendo and specials and kido.Visible == false then kido.Visible = true kendo.Visible = true specials.Visible = true else kendo.Visible = false kido.Visible = false specials.Visible = false end end end) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ specials.InputBegan:connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then if specialScreen.Visible == false then specialScreen.Visible = true else specialScreen.Visible = false end end end)
the function on the top runs perfectly but the second one doesnt even run at all
Okay, where the line of ~'s are, remove them and it should work fine