Store the player’s user id as a variable before you save
local userId = Player.UserId
Then use this variable instead of Player.UserId when saving.
Store the player’s user id as a variable before you save
local userId = Player.UserId
Then use this variable instead of Player.UserId when saving.