No, you cannot make the joystick on Roblox bigger through any player-facing setting in the mobile app.
Can you make the joystick on Roblox bigger?
The direct answer is no for players. Roblox has no official setting in its mobile app to enlarge the default on-screen joystick. The only documented method to create a larger joystick is for game developers using Roblox Studio, where they can build a custom touch control with a specific size. For players, the default joystick size is not adjustable through any menu in the app.
How creators can make a bigger joystick in Roblox Studio
Game developers can resize the joystick by modifying the touch UI in Roblox Studio. The process involves the TouchControl object and its ImageRectSize property, which controls the joystick's dimensions.
- Open Roblox Studio and load the game you want to modify.
- In the Explorer tab, locate the
StarterPlayerobject. - Expand
StarterPlayerand find theTouchControlobject. - Select the
TouchControlobject to open its properties. - Find the
ImageRectSizeproperty and increase its values to enlarge the joystick. - Save your changes and test the game to see the new joystick size.
Roblox's official Creator documentation confirms that custom touch UI is built using GuiObject sizing in the Properties window, with Size set as a UDim2 value. Developers can also use AutomaticSize and UISizeConstraint to set minimum and maximum sizes for a GuiObject, but these tools are only available in Studio, not for players in the app. In Roblox Studio, navigate to the LocalPlayerScripts folder inside StarterPlayer, then the TouchGui folder, and open the ThumbstickGui script. Adjust the 'Radius' property in the ThumbstickGui script to change joystick size.
What players can try instead
Since the default app lacks a joystick size setting, players have a few workarounds to improve control.
Check individual game settings
Some Roblox games include custom control options created by their developers. Look for a "Controls" or "Joystick Size" option in the game's settings menu. Tap the three horizontal lines in the bottom-right corner to open the menu. Select 'Settings' from the menu options. In the settings menu, go to the 'Controls' section. Adjust the 'Joystick Sensitivity' slider to increase the size of the joystick. If the feature exists, you can adjust the joystick size directly within that game. Not all games offer this, as it depends on the developer's design choices.
Adjust device screen zoom
You can make the joystick appear larger by increasing your device's screen zoom through accessibility or display settings. This method enlarges everything on the screen, not just the joystick, and may affect the overall gaming experience. It is not a precise solution and may not suit all players.
Provide feedback to game developers
If a game lacks a joystick size option, you can contact the developer and request they add one. Since Roblox leaves touch control design to individual creators, developers can implement a custom larger joystick using Roblox Studio. Player feedback may encourage them to include this feature in a future update.
Why isn't there a built-in joystick size setting?
Roblox intentionally leaves the design of touch controls to individual game creators rather than providing a universal player setting. The platform's official documentation covers how developers build custom touch UI in Studio, but it does not describe a player-facing menu path to resize the built-in mobile joystick. This means each game can have its own control layout, and the default joystick size remains fixed for players. The approach differs from using joysticks for PC gaming, where hardware or software often allows direct size adjustments, because Roblox's mobile interface is designed to be customized by developers per game.
Frequently Asked Questions
Why would I want to make the joystick on Roblox bigger?
A larger joystick provides a bigger target for your thumb, allowing for more precise control and reducing accidental touches. This is especially helpful in games that require quick reflexes or fine movement, such as combat or platforming titles.
What if the game I am playing does not have a joystick size option?
If a game lacks this feature, there is no direct way to enlarge the joystick within that specific game. You can try adjusting your device's screen zoom as a workaround, or reach out to the developer and ask them to add a custom joystick size setting in a future update.
Are external apps or tools safe to use for resizing the joystick?
Using third-party apps may require additional permissions and can vary by device and operating system. It is important to research and choose reputable tools from trusted sources to ensure your device's safety and security.
Can I resize the joystick on Roblox from my mobile device?
Yes, you can resize the joystick on Roblox from your mobile device via game settings > Controls or Joystick Size option.
Does Roblox plan to add a joystick size setting for players?
Roblox has not announced any plans to add a universal joystick size setting for players. The platform's design philosophy leaves touch control customization to game creators, so any changes would likely come from individual developers implementing custom UI in their games.












