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

I did try this and still the same only image appears

Hmm, can you show me your explorer again?

Updated one:

1 Like

Screen Shot 2022-01-08 at 12.07.53 PM

So you see ImageLabel? Change that name to something like ImageLabel2

1 Like

Replace “MouseButton1Up” with “MouseButton1Click”.

1 Like

Wait try this script. This might work.

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

Like this?

explorer

because if so it just appear with the image

Try this script that I wrote: Issue with clicking something for a image and text to be visible - #18 by A_DistractionToYou

i tried this and the same happend i even tried to change the name of the image label

Ok, can you show me which item is the text you want to appear? Circle it on the image of your explorer.

explorer

Alright, can you circle the script that you are using?

Can you rename the text in the image to something else? Like TextImage. After, tell me what you’ve named it.

The one in imageLabel2 Then Account2AddButton then local script then Account2addButton because if so i renamed it Account2AddButton2

Alr. Try this 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

do i have to give the account2addbutton2 another parent?

No, not really. Try the script and see if it works.

Nope just the same old bland issue again

Ok, can you show me the error?