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.