Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How do i make a nother GUI with a other GUI change visibilty of a decal of the Nother gui? [closed]

Asked by 8 years ago

I'm confused Please help?

0
Could you provide some code? woodengop 1134 — 8y

Closed as Not Constructive by woodengop, XToonLinkX123, and UserOnly20Characters

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
-2
Answered by 8 years ago
function onClicked()
    game.Players.LocalPlayer.PlayerGui.AdminDecal.ImageID = "newid"
end

script.Parent.MouseButton1Down:connect(onClicked)

-A rough example of what your script should look like. "AdminDecal" is just what I called your admin decal GUI (Change it appropriately to what it is called). Also, ImageID might not be what its called - If its called something different, change that accordingly.

0
That is still confusing me, Sorry! User#9407 0 — 8y
Ad