Low-end device(iPad Air 2) is not geting instances with simple dot-operation(workspace.instance).
– Error is just saying insatance is not valid member of workspace
I want to know what causes can think of .
And hopefully this can solve without major refactoring.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
There is no such error, as much as I serch.
Firstly I just remove variable that referencing that instaces, and using try to get fully dot-operation so as not to use cashe.
And I tried to WaitForChild, using getService(“workspace”).instance.
I am sorry that not showing code here because of my work.
But I can post additional information to solove this issue and very welcome to be asked.
This would only make a part invisible.
Another question I had. Are you trying to check what device a player is using or something? Also did you try any other older devices that are the same year or older as the iPad air 2? As its kinda weird its not working for only iPad air 2’s. Have you tried other iPad models?
I got all iPad I can use (there are 3 including one used) and I will try to repro the issue.
But Air2 is the oldest one, so not sure issue happens.
I just thought it is because of streaming. Low-end device might not get object until stream-in and high-end, middle-end could.
It’s hypothetical, but it explains this behavior.
I will see behavior streaming disabled.