search/
Start typing to search packages!
package_2
rodux
By @chipioindustries
Roblox
MirroredRodux
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.tomlfile under[dependencies]:Rodux = "chipioindustries/rodux@3.0.4" -
Then run
wally installto install the package.
Package Details
Install command (Click to copy)
Version
3.0.4
License
Apache-2.0
Safe for commercial use
Modified files must carry a notice of changes. If the package ships a NOTICE file, its attributions must be preserved.
License identified from the packaged LICENSE file; the manifest declared none.
Automated license review — not legal advice.
