Why can't the property "UniqueId" be accessed?

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?

image

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

Where is your source for this?

Source for what? It not being released? It’s not accessible. Here is an engineer saying that it will likely not be enabled for game scripts in the near future:

1 Like

Ah okay :+1: thx. I meant source as in “where do you see a developer say that”