Simple x button won't work

I think its a roblox error, but i made an close button and it doesn’t work…

Script: script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.Parent:Destroy()
end)

Error:19:46:18.300 - This function is not yet enabled!

That’s an unrelated error that doesn’t affect your game.

Is the close button in the upper-right hand corner of the screen?

Yea

Could this be the issue?

Yea it doesn’t work on the top right for some reason