Abilities object not cloning

Hi, I created an Abilities object and I want to give this to all players in the game but when I test it with 2 players, one player gets but other one doesn't get it. Thanks...

image_2021-04-26_154506

Someone solved my problem on Discord.

To give an ability with epicization, you need to save its template and remove it from the tree and write in the code when the player enters and you spawn him

World.SpawnAsset (templateID)

and then call

ability: Equip (player)