Skip to main content

Đối số

Instance
bắt buộc
Instance object whose property should be read. Invalid Instance values raise an argument error.
string
bắt buộc
string property name resolved with Roblox property metadata.

Giá trị trả về

any
Property value, or nil as the only return value when no property descriptor exists.
boolean
Second return value equal to !IsScriptable() when a property value is read.

Ví dụ

Read a property value even when normal script access is limited.