Skip to content

Support Roblox's pivot API #67

Open
@Anaminus

Description

It would be wildly convenient if it were possible to use GetPivot and PivotTo to move models and parts around.

Considerations:

  • Several properties from several classes are affected.
  • Must be descriptor-agnostic. Should be similar to descriptor/AttrConfig API.
  • A configuration matching Roblox is provided by default.
  • Roblox can add more affected classes/properties in the future. The implementation should be simple to extend.
  • Basically involves implementing Roblox's pivoting engine. Could be daunting.
    • We have a complete CFrame implementation, so it might not be so bad.
  • Should have thorough testing!
    • Write tests for Roblox's implementation. Design them so that they can also run in rbxmk.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions