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

What does it mean when a variable is not a member of a variable?

Asked by 5 years ago

Every time I click on my part. It shows a message saying that the variable is not a valid member of another variable. I honestly have no idea what it means because I'm a beginner scripter I'm using this for making a Gui pop up when the part is clicked, I just need to know what it means.

0
Put your script in your question and i can help you. NiniBlackJackQc 1562 — 5y
0
Okay, So here is the script: local function click(player) player.ExampleGui.Frame.Visible = true end script.Parent.ClickDetector.MouseClick:Connect(click) Do i make it a script or a local script? Do I put it in the part or I put it somewhere else? It shows no script error. ReaILazy -9 — 5y

Answer this question