Issue with clicking something for a image and text to be visible

Alright. I’ll try to access it now.

There’s a problem in your script.

local player = game.Players.LocalPlayer
local button = script.Parent
button.MouseButton1Click:Connect(function()
	player.PlayerGui.LoadingScreen2.Frame.Account2Add.Visible = true
end)
player.PlayerGui.LoadingScreen2.Frame.ImageLabel2.Account2AddButton.Account2AddButton.Visible = true

The line player.PlayerGui.LoadingScreen2.Frame.ImageLabel2.Account2AddButton.Account2AddButton.Visible = true needs to be in the function. Your script is supposed to look like this.

local player = game.Players.LocalPlayer
local button = script.Parent
button.MouseButton1Click:Connect(function()
	player.PlayerGui.LoadingScreen2.Frame.Account2Add.Visible = true
    player.PlayerGui.LoadingScreen2.Frame.ImageLabel2.Account2AddButton.Account2AddButton.Visible = true
end)

Try this script.

i tried it you can look in the script it did nothing

local player = game.Players.LocalPlayer
local button = script.Parent
button.MouseButton1Click:Connect(function()
	player.PlayerGui.LoadingScreen2.Frame.Account2Add.Visible = true
    player.PlayerGui.LoadingScreen2.Frame.ImageLabel2.Account2AddButton.Account2AddButton2.Visible = true
end)

Try this script instead. I fixed the mistake I made.

this worked but how would you make a click lower the text

What do you mean by Click lower the text?

Yes so click to make it lower then overclipping

I think you can make it lower by default, I don’t understand what you mean by overclipping.

so when it clicks it will lover its self as well rather it over clipping on the image label

You mean the test button? Do you want the test button to like disappear?

or to make it disappear and another appears

I’m not really sure. I don’t think I can do that because I don’t really understand yet.

so you click it and it will make another test button