Sets the scale of the task, relative to its attached part
overload 1:
TextTask:setScale(scale)
| Method Property | Fluent Description | Representation |
| scale accepts | a Vector3 | |
| Return Value | nil | |
overload 2:
TextTask:setScale(x, y, z)
| Method Property | Fluent Description | Representation |
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | nil | |