FreshRSS

Zobrazení pro čtení

Jsou dostupné nové články, klikněte pro obnovení stránky.

Roblox Studio: Holding down LeftControl as an in-game keybind activates Roblox Studio Shortcuts

I've been making a small experience within Roblox Studio recently and wanted to add crouching into the game. I used my (already functioning) code for sprinting and modified it to make a crouch button that only makes you crouch while the button is held.

When I tested this out for the first time, I tried pressing A to move left while crouching. Instead, this activated the shortcut for selecting all children within the Workspace, Ctrl+A. The same situation occurred when moving right with D; it instead thought I was trying to duplicate instances with Ctrl+D.

I have no idea why it does this or how I could fix it, how could I solve this problem? (Other than just... rebinding crouch to a different button. I know I can do that, but I still want to know why this even happens.)

I'll provide the code if requested, but since it works just fine on any key other than left Ctrl. I don't think it's a problem.

❌