Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a player have Stats if they are new too the game?

Asked by 5 years ago

My game is a cross-server game and I am mainly focusing on Datastores. For new players, How would i go on adding Data to their values?

01_G.Data = {
02koins = 500,
03level = 1,
04rank = "Bronze",
05print('make sure to add jersey'),
06--Helmet = (link)
07--Helmet.Name = "Helmet",
08--local mouthp = Instance.new("MeshPart",Data),
09--mouthp.Name = "Mouthpiece",
10xp = 1
11}
12 
13 
14 
15 
View all 41 lines...

Answer this question