Thanks for making this video! You are the only one that clearly explains the code and everything you do in the video
@Ashy-f1bАй бұрын
my brain hurts
@bulieme15 күн бұрын
how
@aratakyun19373 күн бұрын
@@bulieme thats scripting side-effect lol
@bulieme2 күн бұрын
@@aratakyun1937 yh same doe
@OwenTheSanta_YT2 ай бұрын
At least you finally posted!!
@rubicorb13 күн бұрын
this dude is underrated as hell
@AnonymousWatcherAmigo17 күн бұрын
Please make more videos on saving player data using profile store, like saving data for big and advanced games or how to manage those big datas (I already watched the videos in the desc but i am sure one about profile store would help)
@Smurfis12 күн бұрын
Whenever I see a config module I know people are about to be stumped
@superstitic2 ай бұрын
Cant believe profileservice got an update hopefully this doesnt change too much
@Saint-Alx2 ай бұрын
do you think you could make a tutorial on getting the value of the stats in other scripts? like so you could display how much you have in a gui or use the stats to deal a certain amount of damage
@BrenFirely2 ай бұрын
Amazing, I don't know how to add to my game at all. How to update my value. How to get data. Nothing. Someone recommend me to use Profile Store and this is what I get.
@Blob-Simulator12 ай бұрын
Hello, is there a way to display the players cash in a leaderstats and take money away from them thanks
@Fideun2 ай бұрын
do you know how to switch it from profileservice to profilestore since it says it backwards compatible. the store name and values seems to be correct but it doesnt work is there anything else i need to change?
@lv9297Ай бұрын
hi! i've followed your tutorial to a tee, yet whenever i request data it always returns nil, I cant seem to change the values either with the update script you had. ive been tearing my hair out trying to fix it the last couple hours, do you have any ideas?
@MilanKaizer2 ай бұрын
can you add this to t clicker sim easy?
@DiamondPlayer_12 ай бұрын
How would I use this in the simulator series?
@oo42782 ай бұрын
Should I create leaderstats inside of the module the onstart function? or should i make it in a seperate script? And it doesn't seem to save the data
@clockus2 ай бұрын
what do you think about lapis datastore? 🤔id prefer it since lapis uses promise-based api
@lancekramer63842 ай бұрын
Yes better then ProfileStore and also ProfileService
@maaron851815 күн бұрын
hi! so everything works but the saving?? could you help me
@MorktinStuff2 ай бұрын
Yay!
@reflzx2 ай бұрын
how do u refer to it? my data has A LOT of stuff but if i try to do local data = playerdata.GetData(player) local race = data.CharRace it says attempt to index a nil with CharRace even though its one of the data things
@reflzx2 ай бұрын
this is the full script i was using to test local players = game.Players local playerdata = require(game.ServerScriptService.CharInfo.PlayerData) game.ReplicatedStorage.SpawnEvent.OnServerEvent:Connect(function(player) local data = playerdata.GetData(player) local race = data.CharRace print(race) end)
@reflzx2 ай бұрын
the spawn event is a custom thing i have just so the data is loaded fully its not anything crazy
@oo42782 ай бұрын
@@reflzx did you figure it out?
@reflzx2 ай бұрын
@@oo4278 no do u have the same issue?
@daoyeet2 ай бұрын
It tells you is nil, because there’s no such data, so make sure that on the “PlayerData” module you created in the replicatedStorage has “RaceChar”. Now I don’t know what your data is, weather a number or a string or even another table, but If it’s a number it has to be: RaceChar = 0 If it’s a String (text) it has to be: I don’t know in what circumstances you would need to store a string unless you making a game that saves text written by the player. RaceChar = “” If it’s a table, it should look: RaceChar = {} Honestly is always easier to ask ChatGPT for help and guidance, sometimes if you don’t understand what chat is saying, it’s weather your explanation of your question is confusing, or you are not getting what chat is saying. I suggest ask chat to teach from scratch in those scenarios.
@Username82812 ай бұрын
Gooood!
@Username82812 ай бұрын
Amazing
@OwenTheSanta_YT2 ай бұрын
Is the next series the tycoon series?
@MonzterDEV2 ай бұрын
Yes
@OwenTheSanta_YT2 ай бұрын
Yay!
@Susta1nzHD2 ай бұрын
Hello
@AnonymousWatcherAmigo11 күн бұрын
fifth time here yall in a week
@Zae__2 ай бұрын
Is it worth switching from profile service to this, if already using profile service?
@DevOctopus28 күн бұрын
yes, it is, I did it in maybe a hour and its much easier