How Can a change a Frames attribute from a script?

How Can a change a attribute from a script?
My attribute:
Screenshot 2022-08-01 204658
How would I change the Value of this from a local script?

Set it the same way you would set it with a normal script.

Frame:SetAttribute("Open", true) --changes the bool to true

It will still respect filtering enabled and any attribute changes from client won’t replicate

1 Like

One more question, how would i see if the Attribute is true or false?

Frame:GetAttribute("Open") --returns the value of the Open Attribute