-
What do you want to achieve? I wanna make an UserID system that applies for the entire universe.
Example:
Player UserID (Universe): 1
Player UserID (Roblox): 1622663424. -
What is the issue? I don’t know how to do that.
-
What solutions have you tried so far? None.
Does your universe span over multiple games or just multiple places?
If it spans over multiple places, use a Global Datastore to store their UserIds
If it’s multiple places, you might have to use a Database
(so not on Roblox) to achieve this
CORRECTION: It’s the places i made inside of my experience (a.k.a Universes)
Yeah so you should just save the custom UserId in the Global Datastore and get it when they join a place in your game’s universe
Thanks! I will mark this as an solution if it works.
I forgot something. What type of GlobalDataStore i use bcz i have only less than 3 months of scripting.
and if you saw me saying that i have 1 year, its bcz it was the FIRST time i knew scripting, since most of my things i do is building and ui since the time i joined roblox.com.
Didn’t get a noti ping for this for some reason. wait ohhh I’m on my alt
Uh just instead of using DataStoreService:GetDataStore
you would use
DataStoreService:GetGlobalDataStore