It’s not a matter of how easy it is to script. If it’s functionality that a large amount of people need the object to do for their game, it can be proposed and implemented so people don’t have to re-implement it every time.
Ex: Color3.fromRGB. You could divide by 255 every time you hardcode an RGB value, but that gets annoying every time.