I was scripting some stuff and realised how useful would “UniqueId” be, yes I know that OOP exist but beside that. Instead of having to use the Instance Name I could use the UniqueId, now my question is why UniqueId property is not accessible at all?
1 Like
instance:SetAttribute("UniqueId", game:GetService("HttpService"):GenerateGUID(false))
2 Likes
It’s not released yet. It might be changed before it’s fully released, so to avoid breaking any Scripts that use it, it’s completely blocked off until it’s ready for use. I don’t know why they left it visible, though.
2 Likes