When should i be using profileservice?

okay, so sorry if this is similar/wrong channel

but, when should i use profile service? im a beginner and i wanna know.

i dont know regular datastores yet, and dont know remote functions and above (ex: raycasting, hitboxes, anims)

help would be appreciated, thanks for your time.

2 Likes

bump‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎

1 Like

Hi! You probably should use #help-and-feedback scripting support category

Profile service is thing that allow u save player stats/data (e.g… coins, gems, inventory). It’s so much better than roblox’s datastore cuz it safer and have some cool features like global updates or etc.

isnt that for scripting? this is more disscussion-wise

  • Topics should contribute something to developers
  • Topics should encourage discussion

So that’s means u should use helping category, because u asking simple question. U should use discussion cat, when u asking question that will give discussion (for example some problem on roblox)

ok well thanks, now can you answer maybe?

Here, you probably didn’t saw that cuz i changed first message
In short You should use profile service for loading/saving player’s data

s
o is it good for a beginner (who doesnt know how towork regular datastores?

It’s a bit hard, but if u learn abt it you will get it!
Here some tutorial:

And documentation: ProfileService

1 Like

okay, thank you for this! big help

1 Like

Learn it when you are professional … Don’t try to learn it if you haven’t learnt the basic concepts yet (Remote functions and events, servers, clients, datastores, player data, etc)

Unless you want to demotivate yourself.

1 Like

i have learned remote functions, events, servers, clients. just not datastores and plaer data

1 Like

learn datastores and players data, and learn how to deal with instances inside player model, then you can learn it, but don’t expect to master it in a few days.

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