DataStore Issue. When Adding Money

Not sending it here, due to obvious reasons… ( people can steal it… )

You could simply dm me here, on the forum, and send it there. You could then delete the message after I have got it.

You can do that?.. what the, where have I been

1 Like

There is an integer limit and you surpassed that limit.

Try using this.

I’m very confused and Puzzled. of a person, Can you explain more of this?

IntValues have a 64-bit integer limit which is 9,223,372,036,854,775,807. If you go higher than the limit, it’ll set to -9,223,372,036,854,775,808.

1 Like

How would you go about fixing this issue? with this code:


local ProfileService = require(1936396537)
local Default = 30000
script.Parent.MouseButton1Click:Connect(function()
	if debounce == true then
		debounce = false
		local player = script.Parent.Parent.Parent.Parent.Parent
		local cashstore = ProfileService("Cash",player)
		cashstore:Increment(10,Default)
		task.wait(.1) -- .
		debounce = true
	end
end)``

I fixed the stats!. Thank you~!