of     1   

Pennyz
#56073240Sunday, October 09, 2011 4:49 AM GMT

It would be easier for scripters too...
Pennyz
#56073386Sunday, October 09, 2011 4:52 AM GMT

For Ex: model.Anchored = true model:makeJoints() model.Anchored = false
GiantMilkDud
#56075417Sunday, October 09, 2011 5:43 AM GMT

You know, they should, kinda like how when you anchor a model using the button, you anchor the whole model, not just a brick, so why can't we do the same in scripting without having to use GetChildren() or whatever or do: model.part1.Anchored = true model.part2.Anchored = true model.part3.Anchored = true model.part4.Anchored = true
Pennyz
#56075631Sunday, October 09, 2011 5:50 AM GMT

Exactly. Why can't you just do model.Anchored = true

    of     1