Whenever I insert a model from a file it gets bumped so that it touches the ground. ThumbnailCameras don’t get bumped. I have to remake the ThumbnailCamera every time.
thats why I have a place where I make the model, so I don’t have to reinsert it.
Temporary workaround:
- open real place
- ctrl+n → delete baseplate → insert model
- ctrl+c that model
- switch back to real place
- ctrl+shift+v into game.ServerStorage
- game.Selection:Get()[1].Parent = workspace
- or stravant’s plugin: http://www.roblox.com/Stravant-StorageSwap-item?id=166908877
This should be default behavior, same with moving things between ServerStorage and Workspace. Stravant’s plugin is great but it shouldn’t be necessary.