so i have a string accesible with :GetAttribute(), i would like to fire a function with the same exact name as :GetAttribute() returns but i do not know if its possible. Example :
UIS.InputBegan:Connect(function(input, processed)
local String = humanoid:GetAttribute("CurrentFruit") -- fire a function setup earlier with the string that this line will return OR access an object name with the returned
ReplicatedStorage.String
end```
idk if what im trying to get is clear but i tried my best 😭
** You are now Level 1! **