diff --git a/ExampleScript1.lua b/ExampleScript1.lua index 43d5782..d2aed09 100644 --- a/ExampleScript1.lua +++ b/ExampleScript1.lua @@ -1,7 +1,7 @@ local manager = require(game.ReplicatedStorage:WaitForChild("LuaCoinManager")) game.Players.PlayerAdded:connect(function(plr) - local key = plr.Name.."_"..plr.userId + local key = plr.userId manager:SetupPlayer("MasterBank",key) manager:GetInformation("MasterBank",key) -end) \ No newline at end of file +end)