Allow us to change Attribute Type

image

It is simply impossible to change a Type of an Attribute quickly without running into these issues;

I might forget the Name and Value of an Attribute which will causes a lot of issues and having to workaround this is a waste of time.

because I have to delete it before creating a new one with the same name and value but with a different type

image
(and you aren’t allowed to create an Attribute with the same name with an already existing one either)

This QOL feature would improve our UX while using Roblox Studio

21 Likes

while game:GetService("Selection"):Get()[1]:SetAttribute(name, value) is a useful hack, please add this.

3 Likes