So i’m finding the color from a color3 value for this
the code below is attempting to nil index how can i fix?
local color = game.ServerStorage.BijuuSystem.Personalities:FindFirstChild(tostring(Stats.Bijuu.Value)).Color.Value
So i’m finding the color from a color3 value for this
the code below is attempting to nil index how can i fix?
local color = game.ServerStorage.BijuuSystem.Personalities:FindFirstChild(tostring(Stats.Bijuu.Value)).Color.Value
Can I see the code regarding the Stats.Bijuu.Value and where it sets it up. If that returns nil, that’s the problem.
only thing returning nil is the color my stats are fine i been fixed that part
Is Stats.Bijuu an int or number value?
I mean, might be wrong, but I don’t see why the tostring on a numbervalued child.
i fixed it was never now of that you said
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.