How do i make this?

  1. 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.

  2. What is the issue? I don’t know how to do that.

  3. What solutions have you tried so far? None.

1 Like

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

1 Like

@Doomcolp
It’s multiple games. (In my Roblox Universe.)
Thank you!
@MasterAtTheWings

2 Likes

CORRECTION: It’s the places i made inside of my experience (a.k.a Universes)

2 Likes

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

1 Like

Thanks! I will mark this as an solution if it works.

1 Like

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 :man_facepalming:

Uh just instead of using DataStoreService:GetDataStore you would use

DataStoreService:GetGlobalDataStore