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

How do I destroy a group using a if then statement once the output prints something?

Asked by 4 years ago
Edited 4 years ago
if print("Quest Complete") then
    script.Parent:Destroy()
end

--In output and dev console it prints Quest Complete but script.Parent doesn't get removed. Please help.
0
i don't think you can Questofmagicfarts 55 — 4y

Answer this question