Units on Roblox

Hey Creators,

I am @M0bsterlobster, a product manager on the physics team, and our team works on the physics engine and all its respective tooling. I’m here to discuss Units on Roblox!

We published this doc earlier today, but I want to take this opportunity to dive into the details of what this means for you and your experiences!

The Physics Engine

One of the key features of Roblox is its physics engine, which allows developers to create realistic and dynamic gameplay experiences. The physics engine is responsible for simulating the behavior of objects in the game world, such as their movement, collision, and interaction with other objects. Understanding the physics units used in Roblox can be helpful for game developers who want to create physics-based engaging and immersive games. In this blog post, we will explore the physics units used in Roblox and how they convert to metric units.

Converting Roblox Units to Metric

What is the physical length of a stud in Roblox? What is the unit of mass? Relating Roblox length and mass to real-world units can sometimes be confusing. In general, you can use the values in Table 1 to relate Roblox’s primary units for time (seconds), length (studs), and mass (the Roblox Mass Unit or RMU) to their metric counterparts. For example, when you use the Game Settings/World dialog box (Figure 1), the conversions from Roblox gravity to metric gravity (and jump height) show that there are 28 centimeters per stud.

We can use the primary units in Table 1 to generate conversions for derived units such as the density of water and air pressure at standard conditions. Table 2 provides these examples alongside a few other useful physical properties.

Gravity conversions are presented in Table 3 and should correspond to what you see in the Game Settings/World user interface.

Note: Roblox places limits on certain physical properties. You can reference these limits below in Table 4.


Figure 1. The Game Settings/World UI






When Would I Use this Information?

Understanding units come in handy whenever you work with physics in Studio. Some examples include:

  • Customizing your experience’s gravity, jump height/power, and walk speed in the Game Settings/World dialog box (see Figure 1)

  • Playing around with density, friction, friction weight, elasticity, and elasticity weight when creating custom materials

  • Tuning stiffness and damping when using spring constraints

  • Setting the linear and angular velocities of parts using mover constraints

  • Applying forces and torques via cylindrical constraints

  • And much, much more!

Do Units Matter?

Internally, the Roblox physics engine does not use unit conversions. Creators are free to define their own unit interpretations for studs (length) and RMUs (mass), but these Creator-specified units should be used in a consistent manner throughout an experience. For example, if you decide one stud equals one foot, the unit density of water then implies an RMU is equal to 62.4 lbs (28.3 kg):

  • 1 (g/cm3) * (30.483 cm3/ft3) = 28,317 (g/ft3) * (0.00220462 lbs/g) = 62.4 (lbs/ft3) = 1 (RMU/stud3)

This means that using a value of 22 kg/RMU for mass conversions and 1 ft/stud for length conversions could lead to unreliable results that may be harder to debug.

Overall, we recommend using standard Roblox units because it makes your experience work out of the box in all scenarios, such as compatibility with Virtual Reality controls.

We hope you found this article both interesting and useful. Please let us know if you come across any issues by commenting on this post.

We hope this inspires you to give physics a try in Roblox Studio - stay tuned for more physics articles like this one coming soon!

43 Likes

Thanks for posting this.

I have no use for this coding-wise, but moreso with street signs such as bridge height limit signs.

1 Like

This is particularly helpful, thank you!

This is good in my mind. ROBLOX has a nice balance between offering developers a DIY approach with creating their own physics (as is standard in engines like Godot), whilst also offering a standard that lets new developers get to grips with the engine.

I am building a massive hotel showcase on Rōblox, so physics is a nonissue for me. I would equate one stud to 300 mm or 12 inches, whichever is easier to work with when modelling from dimensions. That yields just over 1% error, which is negligible when my Rōblox avatar’s height, without hats, could be anywhere between ~185 and ~186.5 cm.

The next time I go to RDC, I might just bring up the fact that I weigh about 3.4 RMUs… *carries 21952 cubic centimetres of water*

1 Like

So it’s official that 1 Stud is 28 centimeters? That’s good. This document is good for sizing.

I’m struggling to understand how one would convert Mass(KG) into RMU using the units above. Is 1 RMU = 21.952KG @ Gravity of 9.8m/s^2 or 56.936m/s^2(standard roblox gravity) or the value of 21.952 doesnt change in respect to gravity aka is a constant.

Assuming the value doesnt change above / is a constant then take an Aircraft weight for the 787-9 at maximum takeoff weight: 254,011 kg would this be safe to say that in RMU that is actually 11,571 RMU(254,011 / 21.952)?

Thanks

1 Like

same i am having that trouble too, can anyone help us? @m0bsterlobster