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

It is showing Dominus is not in Folder in output i need help?

Asked by 6 years ago
Edited 6 years ago
01local open = false
02local db = true
03 
04script.Parent.Parent.TextButton.MouseButton1Click:connect(function()
05    script.Parent.Question.Text = "ARE YOU SURE YOU WANT TO BE REBORN?"
06    if not open then
07        script.Parent.Visible = true
08        open = true
09    else
10        script.Parent.Visible = false
11        open = false
12    end
13end)
14 
15 
View all 44 lines...
0
I don't know but I'm pretty sure it wouldn't be dominus's but it would be domini ScriptingEngine 5 — 6y
0
lol Gey4Jesus69 2705 — 6y

Answer this question