Parameters
Returns
string - The BinaryString value data.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getbspval(instance: Instance, property: string, base64: boolean): string
| Parameter | Type | Description |
|---|---|---|
instance | Instance | The target Instance. |
property | string | The BinaryString property name (e.g. 'SmoothGrid'). |
base64 | boolean | Whether the returned data string should be Base64-encoded. |
string - The BinaryString value data.
local val = getbspval(workspace.Terrain, "SmoothGrid", true)
print("SmoothGrid data: ", val)
local physics = getbspval(partOperation, "PhysicsData", false)