Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
instance
Instance
property
string
'SmoothGrid'
base64
boolean
local val = getbspval(workspace.Terrain, "SmoothGrid", true) print("SmoothGrid data: ", val)
local physics = getbspval(partOperation, "PhysicsData", false)