Parts disappearing at a height

What are you attempting to achieve?
Find out what is going on
What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
My issue is that parts above a certain height randomly disappear with no trace, for example this part:


When I load into the game however, it is gone with no trace:

What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)
I have searched a lot to no avail.

Help would be appreciated

2 Likes

How high is the Part?
Is it Anchored? If not it’ll fall down and if it’s CanCollide false then it’s going to fall through anything underneath it.

  1. The part is 1209 studs off of the ground.
  2. It is anchored.
  3. It does have collisions on.

Also an add on, it only disappears for the first client, from what I have discovered

1 Like

Have you tried testing it with the Run setup (F8) while looking at the Part? If there’s a script that is deleting or moving the Part you may be able to see it a bit better rather than waiting for the game to load and your character to load in, which takes a few seconds.

Have you also tried Inserting a new Part into the Workspace and Anchoring it as well to see what happens?

  1. I am able to see it with run
  2. There is no script deleting parts that I am sure of as of now
  3. I have tried with new parts too, still disappear

If anyone has any idea what is happening, please help. It has gotten worse.


Sorry for bumping the post but it has spread to other towers. This is ruining the experience for my players

It appears to be a script doing this… parts dont generally spread their properties to other parts unless directed by a script.

Esp if you say only one client can see this happening and not the rest…seems to be a local script.

Also i would check if you have added any new models from the studio toolbox that maybe contained hidden scripts… also check output for errors and give us anything suspicious looking?

One more thing… since u mentioned it was happening to new parts… make sure ur parts are Archived and all the regular settings are checked off… u might have changed a default setting without realising.