Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rojo deletes workspace.CurrentCamera #981

Open
11poe opened this issue Oct 22, 2024 · 0 comments
Open

Rojo deletes workspace.CurrentCamera #981

11poe opened this issue Oct 22, 2024 · 0 comments
Labels
impact: small Minor papercuts in Rojo that don't warrant immediate resolutoin. type: bug Something happens that shouldn't happen

Comments

@11poe
Copy link

11poe commented Oct 22, 2024

If you set $path for Workspace in your project.json, Rojo will delete workspace.CurrentCamera if there's no Camera in the folder, causing it to immediately be recreated but at a different CFrame, or change it to the Camera in the folder, causing it to be forced to its CFrame.

This means that in a fully managed Rojo project, the camera will be moved to a certain CFrame whenever you connect Rojo, unless you

  1. remove $path from Workspace (forcing you to add a subfolder under Workspace with that $path).
  2. enable $ignoreUnknownInstances for Workspace, which isn't ideal since the project is fully managed.
@11poe 11poe changed the title Prevent deletion of workspace.CurrentCamera Rojo deletes workspace.CurrentCamera Oct 22, 2024
@kennethloeffler kennethloeffler added type: bug Something happens that shouldn't happen impact: small Minor papercuts in Rojo that don't warrant immediate resolutoin. labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact: small Minor papercuts in Rojo that don't warrant immediate resolutoin. type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

2 participants