VanillaModelGroup

subclasses VanillaPart

Represents a group of model parts in a vanilla model
Used for easy reference of normal parts
All changes also applies to all children parts

VanillaModelGroup.setScale

Inherited from VanillaPart

Set this part and its children's scale
overload 1:
VanillaModelGroup:setScale(scale)
Method Property Fluent Description Representation
scale accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:setScale(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.setVisible

Inherited from VanillaPart

Sets this part and its children to be visible or invisible
overload 1:
VanillaModelGroup:setVisible(visible)
Method Property Fluent Description Representation
visible accepts a Boolean
Return Value a VanillaPart

VanillaModelGroup.setPos

Inherited from VanillaPart

Set this part and its children's position, preserving the previous values
overload 1:
VanillaModelGroup:setPos(pos)
Method Property Fluent Description Representation
pos accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:setPos(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.setRot

Inherited from VanillaPart

Set this part and its children's rotation
overload 1:
VanillaModelGroup:setRot(rot)
Method Property Fluent Description Representation
rot accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:setRot(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.setOffsetRot

Inherited from VanillaPart

Offsets this part and its children's rotation, adding on top of the vanilla values
overload 1:
VanillaModelGroup:setOffsetRot(offsetRot)
Method Property Fluent Description Representation
offsetRot accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:setOffsetRot(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.setOffsetScale

Inherited from VanillaPart

Offsets this part and its children's scale, multiplying with the vanilla values
overload 1:
VanillaModelGroup:setOffsetScale(offsetScale)
Method Property Fluent Description Representation
offsetScale accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:setOffsetScale(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.getVisible

Inherited from VanillaPart

Gets whether you have set this part to be visible or invisible
overload 1:
VanillaModelGroup:getVisible()
Method Property Fluent Description Representation
Return Value a Boolean

VanillaModelGroup.getOffsetRot

Inherited from VanillaPart

Gets this part's rotation offset
overload 1:
VanillaModelGroup:getOffsetRot()
Method Property Fluent Description Representation
Return Value a Vector3

VanillaModelGroup.getOffsetScale

Inherited from VanillaPart

Gets this part's scale offset
overload 1:
VanillaModelGroup:getOffsetScale()
Method Property Fluent Description Representation
Return Value a Vector3

VanillaModelGroup.getPos

Inherited from VanillaPart

Get this part's set position
Returns the value set by the "set" function
overload 1:
VanillaModelGroup:getPos()
Method Property Fluent Description Representation
Return Value a Vector3

VanillaModelGroup.getRot

Inherited from VanillaPart

Get this part's set rotation
Returns the value set by the "set" function
overload 1:
VanillaModelGroup:getRot()
Method Property Fluent Description Representation
Return Value a Vector3

VanillaModelGroup.getScale

Inherited from VanillaPart

Get this part's set scale
Returns the value set by the "set" function
overload 1:
VanillaModelGroup:getScale()
Method Property Fluent Description Representation
Return Value a Vector3

VanillaModelGroup.scale

Inherited from VanillaPart

Set this part and its children's scale
overload 1:
VanillaModelGroup:scale(scale)
Method Property Fluent Description Representation
scale accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:scale(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.visible

Inherited from VanillaPart

Sets this part and its children to be visible or invisible
overload 1:
VanillaModelGroup:visible(visible)
Method Property Fluent Description Representation
visible accepts a Boolean
Return Value a VanillaPart

VanillaModelGroup.pos

Inherited from VanillaPart

Set this part and its children's position, preserving the previous values
overload 1:
VanillaModelGroup:pos(pos)
Method Property Fluent Description Representation
pos accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:pos(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.rot

Inherited from VanillaPart

Set this part and its children's rotation
overload 1:
VanillaModelGroup:rot(rot)
Method Property Fluent Description Representation
rot accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:rot(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.offsetRot

Inherited from VanillaPart

Offsets this part and its children's rotation, adding on top of the vanilla values
overload 1:
VanillaModelGroup:offsetRot(offsetRot)
Method Property Fluent Description Representation
offsetRot accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:offsetRot(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart

VanillaModelGroup.offsetScale

Inherited from VanillaPart

Offsets this part and its children's scale, multiplying with the vanilla values
overload 1:
VanillaModelGroup:offsetScale(offsetScale)
Method Property Fluent Description Representation
offsetScale accepts a Vector3
Return Value a VanillaPart
overload 2:
VanillaModelGroup:offsetScale(x, y, z)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
Return Value a VanillaPart
a a