Sets the pivot offset point for this part (multiplicative)
Nil values are assumed to be 0
For absolute pivot point values, check out the non-offset pivot functions
overload 1:
models:setOffsetPivot(offsetPivot)
| Method Property | Fluent Description | Representation |
| offsetPivot accepts | a Vector3 | |
| Return Value | nil | |
overload 2:
models:setOffsetPivot(x, y, z)
| Method Property | Fluent Description | Representation |
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | nil | |