About 457,000 results
Open links in new tab
  1. Mouse and keyboard input | Documentation - Roblox Creator Hub

    You can set mouse and keyboard movement controls schemes for Roblox experiences by changing the values of StarterPlayer.DevComputerMovementMode to one of the following:

  2. Mouse | Documentation - Roblox Creator Hub

    You can use these with GUI events like MouseEnter, MouseLeave, and MouseButton1Down to provide a consistent Studio experience when interacting with certain kinds of GUI components. Note that these only work for Studio plugins; they will not work for other Mouse objects.

  3. Studio shortcuts | Documentation - Roblox Creator Hub

    Explains Studio default shortcuts and key commands that make development quicker and easier.

  4. Roblox Studio Hotkey Sheet (Credit: 2hex)

    Jun 6, 2018 · Introducing the remastered version of the Roblox Studio Hotkeys. Perfect for novices who want to get into Roblox Studio and for other people who don't know certain …

  5. Input and camera | Documentation - Roblox Creator Hub

    Roblox supports nearly all forms of input, including mouse and keyboard, touch, and gamepad controls. Inputs also include user camera controls, and you can customize various camera settings using built-in settings or custom scripts to achieve a certain look and feel for your users.

  6. Custom center-locked mouse camera control toggle - Roblox

    Nov 25, 2018 · I’ve read a bit of the new camera and character control modules source code and came up with an implementation for center-locking the mouse while controlling the camera that also supports shift lock.

  7. Mouse-guided "Plane"? - Scripting Support - Developer Forum - Roblox

    Aug 25, 2021 · Hi, I’m working on a project and attempting to create a mouse guided plane using the method shown below: I’m just wondering if anyone has any suggestions on where I can begin? Make it turn / bank in accordance with the mouse. Make it rotate on the Z Axis so it’s capable of going upside down.

  8. Roblox Studio Cheat Sheet: General | PDF | System Software

    This document provides a cheat sheet for using Roblox Studio, summarizing key controls and functions. It outlines general codes of conduct and saving procedures. Camera and in-game controls are listed, along with how to insert spawn locations and playtest.

  9. How to create a UI that follows the mouse [TUTORIAL] - Roblox

    6 days ago · – On lines 14 and 15 we are getting the Mouse Location and the GUI Inset(this matters a lot for accurate positioning) – On line 18 we are calculating the position, adjusted relative to the GUI Inset. –On line 20, we are finally calculating the end position of …

  10. How do I disable mouse input from a player? - Roblox

    Aug 18, 2022 · There’s no actual way to disable mouse inputs (from my knowledge), but you can disable whether they’re accepted. Nevermind, I managed to achieve this by putting an invisible TextButton in the players view so even if they click, they cannot use the sword. This wont be a problem for movement either as the players are locked first person anyway.

  11. Some results have been removed