Skip to content

Instantly share code, notes, and snippets.

@hardyscc
Last active November 20, 2025 12:13
Show Gist options
  • Select an option

  • Save hardyscc/6cdacaffbe8d091de5adadd6d7d71607 to your computer and use it in GitHub Desktop.

Select an option

Save hardyscc/6cdacaffbe8d091de5adadd6d7d71607 to your computer and use it in GitHub Desktop.
Roblox Dev Setup

Roblox Dev Setup

https://www.youtube.com/watch?v=IJDg6tRJmHo

Install Rokit

curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash
export PATH="$PATH:$HOME/.rokit/bin"

VS Code

Install Extenstion

  • Rojo - Roblox Studio Sync
  • Stylua
  • Selene
rokit init
rokit add rojo
rojo init

Install Wally

rokit add wally
rokit add wally-package-types
wally init

add package under https://wally.run into wally.toml

wally install

.gitignore

wally.lock

Packages/
ServerPackages/

Config Selene

selene.toml

std = "roblox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment