Rojo deletes workspace.CurrentCamera #981
Labels
impact: small
Minor papercuts in Rojo that don't warrant immediate resolutoin.
type: bug
Something happens that shouldn't happen
If you set
$path
forWorkspace
in yourproject.json
, Rojo will deleteworkspace.CurrentCamera
if there's noCamera
in the folder, causing it to immediately be recreated but at a differentCFrame
, or change it to theCamera
in the folder, causing it to be forced to itsCFrame
.This means that in a fully managed Rojo project, the camera will be moved to a certain CFrame whenever you connect Rojo, unless you
$path
fromWorkspace
(forcing you to add a subfolder underWorkspace
with that$path
).$ignoreUnknownInstances
forWorkspace
, which isn't ideal since the project is fully managed.The text was updated successfully, but these errors were encountered: