#roblox #value #type #tags #vector3 #time #instance

yanked guido_rbx_types

Types used to represent Roblox values

1.4.2 Jan 8, 2023

#7 in #vector3

MIT license

105KB
2.5K SLoC

rbx_types

rbx_types on crates.io rbx_types docs

More details about this crate are available on the rbx-dom GitHub.

rbx_types is a crate containing value types for interacting with Roblox.

rbx_types contains value types, which are generally evergreen and are added infrequently. These kinds of type are in scope for rbx_types:

  • Vector3, Roblox's 3D vector type
  • NumberSequence, a series of numbers on a timeline
  • BinaryString, an opaque buffer of binary data
  • In the future, more specialized types like Tags, a list of CollectionService tags

rbx_types will not contain instance types. New instances are added to the platform all the time and have more complicated semantics.

Dependencies

~2.2–3MB
~70K SLoC