Love the bundle feature. Here we have multiple devices with Roblox installed, it was a nightmare getting through every single one individually.
Love the prospects of this update. I got some of my programmer and 3D modeler friends into developing with me recently, and I want to transition them into possibly Roblox Studio so we can form a development group (we are all using Unreal rn which has it’s drawbacks [ex. 5% royalty]). Being able to batch download studio on their systems will definitely reduce strain on my ehh network considering we normally develop at my place.
I won’t derail the thread so I’m not gonna go very deep into this, but check out Directory Junctions for this sort of thing, I use it a lot. This lets your programs use the filesystem like normal and Roblox will appear to be on your C:/ drive, but in reality it will be somewhere else.
In a command prompt:
mklink /J C:\Users\user\AppData\Local\Roblox D:\Path\To\Folder\For\Roblox
Just note that Junctions are an NTFS feature.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.