I just want a way to make this eclipse work without a local script so everyone can see it. I also need a way to remove the
part in game with a script. When I use a script in the workspace to remove the part, it says the part doesn’t exist, even though it is clearly in the workspace and explorer.
The items in StarterGui are cloned to the player’s PlayerGui which can be seen in the players>(username)>(PlayerGui) folder during runtime. You should instead put ‘PlayerGui’ as the string to check for.
That’s not the issue. The issue is getting the part to be removed when a value in the replicatedstorage is set to false, or when another script does “part:Remove()”
Well, if you want to see if a value is set to false, you can use the value.Changed event and check if the new value is false.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.