This is really wierd I have a folder named config inside a tool whith a bool value and when I print it it does print the value but when I try to “if then” the value I get an error :“Config is not a valid member of tool”
why is this happening?
print(item.Config.GemItem.Value)
if item.Config.GemItem.Value == true then
--do stuff
end
did you first try and wait for it, like :WaitForChild() if that doesn’t work then we’ll know it never spawns in, which would solve one piece of puzzle
EDIT: so it prints true from that script, could you give us some more info, I didn’t see the image, it was still loading for me
When the script runs, the object may not have replicated to the client. This is a similar situation to using StreamingEnabled, when the client cannot see objects that have not loaded in their chunk.