#Datastore?
1 messages · Page 1 of 1 (latest)
I'd suggest looking into datastores/profile stores they're fairly simple to utilise https://www.youtube.com/watch?v=H-cDbjd5-bs
however most people recommend using profile stores now but both are worth looking into and learning about
https://www.youtube.com/watch?v=evBhoqeYegQ
💾 Want the full scripts from this tutorial? 👉 https://gnomecode.com/tutorials/roblox-datastore
💡 Want more game dev content + early access to videos?
👉 https://gnomecode.com/academy
DATASTORE EDITOR https://devforum.roblox.com/t/datastore-editor-v3/716915
TIMESTAMPS
00:00 Intro
00:15 What is Datastore
01:27 Saving data
07:45 Loa...
Today we look at a new library for easily saving player data inside of Roblox! The Profile Store library is created by the same developer of the Profile Service library, which we've used for saving our player data for so long.
Subscribe for more Roblox development tutorials!
Profile Store Dev Forum post:
https://devforum.roblox.com/t/profilesto...
i’ll give them a look ty!
The flow would be, client selected character and sent said info to server, server validates and saves in data store, said client rejoins server checks the loaded data to see last selected character assign that character to the client
Worst types
U can achieve smth close like that