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

I got a random error. How do I fix it completely?

Asked by 6 years ago
Edited 6 years ago

So this script I'm making has no errors in studio but in game there is one error. And that one error shows this in the console.

--Place is not a valid member of ScreenGui
--Stack Begin
--Script 'Players.StevenAwesomeness1.PlayerGui.Submit.ControlScript', Line 9
--Stack End

This is what I have in studio.

--





--
--UI
local Place = script.Parent.Place
local BSP   = script.Parent.BSP
local GP    = script.Parent.GP
local ASP   = script.Parent.ASP

Here is what the GUI looks like.: Click Here

If anyone could help that would be great!

NOTE: There is no other object called "Place" I've tried changing it to script.Parent:WaitForChild("Place") I've tried naming it differently.

0
Try naming the "place" something else JackThePro202 -2 — 6y

Answer this question