Hello, I need help on where exactly where the jump button for mobile cause I’m trying to place a UI button next to it and I need to know where exactly where the position and size is it?
1 Like
Try enabling “CoreGui” in studio settings and use the device emulator to enable it and during run time search “Jump”
You can find the joystick and jump button inside of the Players PlayerGui,
here to be exact
note that the TouchGui instance is only created if TouchEnabled is well, enabled, so itll only be there on a mobile device or in the case you have roblox studios emulator enabled, or any other device that supports touch and doesnt have a keyboard connected I believe.
I think you get the point lol
3 Likes
Pretty sure you can use the path in code to find the size and position properly. They’d be UDim I believe
1 Like
Position: {1, -95},{1, -90}
Size: {0, 70},{0, 70}
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
