dollars.Changed:Connect(function()
print("Dollars changed")
sessionData[player.UserId].Dollars = dollars.Value
print(sessionData)
end)
everytime i run the game and change the dollars variable in the explorer the dollars.Changed thing doesnt get triggered. is there a reason why this happens?