return { summary = 'Set the radius of the SphereShape.', description = 'Sets the radius of the SphereShape.', arguments = { { name = 'radius', type = 'number', description = 'The radius of the sphere, in meters.' } }, returns = {} }