I did try this and still the same only image appears
Hmm, can you show me your explorer again?
So you see ImageLabel
? Change that name to something like ImageLabel2
Replace “MouseButton1Up” with “MouseButton1Click”.
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
Like this?
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.
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?