Does Player:SaveBoolean Work?

Hey so i found this website as i wannted to save a boolean value which was inside a player

Player:SaveBoolean (roblox.com)

it says that it is unsafe and depricated i dont know english, so i searched the meaning of it and it says that deprecated means disapprove,

So, does Player:SaveBoolean Work or not?? and should i use it???

thanks for reading this,
The Spikey Man

Umm i think it works, but actually like it says is depracated so is more optimized to use data stores instead of that function

oprimized what does that mean???

optimizeddddddddddddddddddddd*

so i can use it right?? and does it work?

yes i think but why u should use that instead of the data store system

cuz this seems easier to me than data store system,
its just
Player:SaveBoolean(name and stuff)

This method is deprecated, do not use it for new work. If you want to save data use DataStoreService. If you want to make this easier use a module like ProfileService to handle all the complicated stuff.

what do you mean by not using it for new work, and pls speak in simple engish

Do not code with it in anything you use

okay, i tested it and it dosent work, it says to use datastoreservice instead

That was used for a very old and primitive data persistence along with SaveInstance. good old days

They sunsetted it a while ago, so it will no longer work. Use data store service instead.

1 Like