Hello everyone, im just dipping into coding after ive spent my entire time on roblox 3d modeling. I want to know some very simple best practices, but above all else hotkeys.
Any hotkey tips, binds and practices you guys have would be much appreciated!
I don’t use many keybinds, but there are a couple I can’t live without. Beyond that, there are a couple of settings you should check for Roblox Studio’s built-in script editor that will help you quite a bit.
Press OPTION/ALT + S to open Roblox Studio’s settings, and navigate to the script editor section. Under the General section you should see a large list of checkboxes appear. Below is a list of settings which I find most helpful.
These settings make writing code easier and quicker by recommending words as you type, automatically filling in things like brackets (), and alerting of common errors.
I found a list of keyboard shortcuts on Roblox’s Creator Documents for their script editor which is below. I frequently use Undo, Redo, Copy, Paste, Cut, and CMD/CTRL + F to find/replace keywords.
1 Like
damn dude. Really went all out- thanks a ton.
1 Like