Skip to content

Commit

Permalink
Note Exception about float in Attribute Docs (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoriah authored Jun 20, 2024
1 parent f6007d5 commit 8dc6eff
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 8dc6eff

Please sign in to comment.