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

QuestGUI is not a valid member of PlayerGui how do i fix this!? [closed]

Asked by
IcyMizu 122
6 years ago

Look Line 126

001local ReplicatedStorage = game:GetService("ReplicatedStorage")
002local QuestLibraries = ReplicatedStorage:FindFirstChild("QuestLibraries")
003 
004-- Libraries --
005local Dialogs = require(QuestLibraries:FindFirstChild("Dialogs"))
006local Quests = require(QuestLibraries:FindFirstChild("Quests"))
007 
008-- Variables
009local QuestGUI = ReplicatedStorage:FindFirstChild("QuestDialog", true)
010local QuestTag = ReplicatedStorage:FindFirstChild("QuestTag", true)
011local Quest = script.Configurations.Quest.Value
012local Enabled = script.Configurations.QuestEnabled.Value
013 
014 
015-- create quest folder function --
View all 144 lines...
0
This is from a tutorial. green271 635 — 6y
0
This isn't even secure. Everything is done on the client, and you didn't script it at all. green271 635 — 6y
0
typing the script from the video, doesnt mean "you scripted all of it, 100% original" User#23365 30 — 6y
0
:xdd: "proffesional" fix your spelling User#19524 175 — 6y
View all comments (5 more)
0
whew SummerEquinox 643 — 6y
0
You didn't even tell us the problem you are having..Downvote. Rinextel 291 — 6y
0
Any screenshot of output? No. Any screenshot of the Explore tab? No. Rinextel 291 — 6y
0
Cool 144 liness Zafirua 1348 — 6y
0
someone get this moderated speedyfox66 237 — 6y

Closed as Not Constructive by TheeDeathCaster

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?