[DiscordArchive] intellij isnt free anyway or ?
[DiscordArchive] intellij isnt free anyway or ?
Archived author: Honey • Posted: 2024-02-06T17:18:04.954000+00:00
Original source
Try replacing the function:
```lua
local function FirstLogin(event, player)
print('This happens 127')
for _, talent in pairs(t[player:GetClass()]) do
player:LearnTalent(talent[1], talent[2])
end
end
```