Sets the position of the task, relative to its attached part
Uses model coordinates
overload 1:
RenderTask:setPos(pos)
| Method Property | Fluent Description | Representation |
| pos accepts | a Vector3 | |
| Return Value | nil | |
overload 2:
RenderTask:setPos(x, y, z)
| Method Property | Fluent Description | Representation |
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | nil | |