Hey there!
I need your Help!
I am making a game and added a new thing to the player. This would make things in the game disappear from their screen but other players can see the objects. The problem is that the object doesn’t disappear. When i try out in build or editor, everything else in the script works except for the line making the thing deactivate.
Any ideas?
GameObject.Find("Scriptedlock").SetActive(false);