Skip to content

Commit

Permalink
minor indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jotslo authored Aug 29, 2023
1 parent 4a8849f commit 9e81d25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en-us/players/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ game:GetService("Players").PlayerAdded:Connect(function(player)

-- Read data store key
local getSuccess, currentData = pcall(function()
return playerDataStore:GetAsync(userId)
return playerDataStore:GetAsync(userId)
end)

if getSuccess then
print(currentData)
print(currentData)
end

-- Do further actions with currentData
Expand Down

0 comments on commit 9e81d25

Please sign in to comment.