shlexware / Rayfield

Rayfield Interface Suite
Apache License 2.0
59 stars 124 forks source link

Cannot use :Set() on slider with no suffix #36

Open DannyH3103 opened 4 months ago

DannyH3103 commented 4 months ago

All you need to do to recreate this bug is to make a slider with no suffix variable, and try to use the set method on it.

I looked in the source code and confirmed the issue was in the coding and not my fault. There is code to handle no suffix being used when making the slider but when updating it the code is missing and uses the nonexistent suffix variable, causing an error.