Help me make datasave script

In that case then luckily all you need to do is this:

remoteEvent.OnServerEvent:Connect(function(player)
	if player:FindFirstChild("Coins") then
		player.Coins += 1
		player.Gems += 1
	end
end)
1 Like

alright, thanks!

this is here for the 30 letters

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.