1
if
print
(
"Quest Complete"
)
then
2
script.Parent:Destroy()
3
end
4
5
--In output and dev console it prints Quest Complete but script.Parent doesn't get removed. Please help.