Forest Logo
search
package_2

rodux

By @chipioindustries

Roblox

Mirrored

Rodux

This is a fork of Roblox/rodux that introduces multiple quality-of-life improvements.

getValueChangedSignal

The Store:getValueChangedSignal(string path) function returns a signal that fires when that specific value changes.

store:getValueChangedSignal("playerData.ChipioIndustries"):connect(function(newValue, oldValue)
	print("My player data changed from ", oldValue, "to", newValue)
end)

If the value being listened to is a table, replacing the table will fire the signal even if the table contents don't change.

Installing with Wally

  • Add this line to your wally.toml file under [dependencies]:

    Rodux = "chipioindustries/rodux@3.0.4"
    
  • Then run wally install to install the package.

Package Details

Install command (Click to copy)


Version

3.0.4

License

Apache-2.0

check_circle

Safe for commercial use

infoModified files must carry a notice of changes. If the package ships a NOTICE file, its attributions must be preserved.

infoLicense identified from the packaged LICENSE file; the manifest declared none.

Automated license review — not legal advice.