Hello developer! I am currently making an ability backpack for my game and I am making it away so it’s way easier to make new ability! I am using a profile service to store my data and I want to look up certain data but I don’t want to do player profile.Data.DataExemplebut I want to do like for example
local AbilityName = script.Parent.AbilityName.Value
local AbilityData = playerProfile.Data:WaitForChild(AbilityName)
but I can’t find a good function to look up for the data so if you know the function name pls tell me!