Skip to content

Commit

Permalink
Note Exception about float in Attribute Docs (rojo-rbx#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoriah authored and kennethloeffler committed Jul 21, 2024
1 parent 86f00f0 commit b83c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ It is worth noting that Roblox Studio will interpret any non-zero value as `true

The `Float32` type is stored as a [single-precision float](https://en.wikipedia.org/wiki/Single-precision_floating-point_format), also known as an `f32` or `single`, or sometimes even simply `float`.

This type is accepted by Roblox Studio but will not ever be generated by it.
This type is accepted by Roblox Studio, though will almost never be generated by it. In some cases the Roblox Studio Properties widget may cause this type to appear.

### Float64
**Type ID `0x06`**
Expand Down

0 comments on commit b83c0dc

Please sign in to comment.