Is it possible to set a attribute type through script?

Title

value:SetAttribute("UDim", "a")

spawns a stringvalue with name of UDim and value of a
im trying to spawn a attribute type of UDim instead stringvalue

Please read the documentation on attributes. You clearly need to research more.


value:SetAttribute("DoYourResearch",UDim2.new(1,0,1,0))
1 Like

Ty,
i tried looking at documentation and dev fourms and couldnt find anything

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.