Как крупные студии развиваются на Roblox
Хотите разрабатывать игры для Roblox как профессионалы? В этом руководстве я расскажу вам, как настроить полноценную расширенную среду разработки с использованием VSCode, Rojo, Wally, Git и других инструментов. Инструменты: VSCode: https://code.visualstudio.com/
Rokit: https://github.com/rojo-rbx/rokit
Wally: https://wally.run/
Git: https://git-scm.com/
GitHub: https://github.com/
Selene: https://kampfkarren.github.io/selene/
Команды: rokit init rokit add rojo rojo init rokit add wally rokit add wally-package-types wally init wally install wally-package-types -s sourcemap.json Packages/ git config –global user.name “First Last” git config –global user.email “tutorial@example.com” Добавьте в settings.json следующее: "[lua]": { "editor.defaultFormatter": "JohnnyMorganz.stylua", "editor.formatOnSave": true }, "[luau]": { "editor.defaultFormatter": "JohnnyMorganz.stylua", "editor.formatOnSave": true }, "workbench.editor.customLabels.patterns": { "**/init.lua": "${dirname} (${filename}.${extname})", "**/init.luau": "${dirname} (${filename}.${extname})" }