Parts are disappearing in-game

I’m trying to play my game on Roblox.

When playing, all parts seem to disappear. This works in play test but not in-game. All other games I have made worked perfectly fine.

I’ve tried changing to a different game, but it keeps disappearing whenever I play.
There is 0 scripts in the game, and all parts are anchored.

3 Likes
  1. Could you provide any images of the in-studio and in-game parts?
  2. Are you using any unions?
  3. Did you hit publish?
2 Likes
  1. https://i.imgur.com/lFr9jZ5.png
    (Ingame)
    https://i.imgur.com/5KiYp5J.jpg
    (Studio)

  2. 0 unions

  3. Yes

2 Likes

If you haven’t, shut down all game instances and check output to make sure it says the game was published successfully. If you could, provide me a game link please.

Note: it may be a development bug where you forgot to anchor things or had can collide off. Try creating a script that prints the names of everything in the workspace and we’ll see if it exists or not. If they don’t exist and we’ve tried everything, it may be a bad plugin you have installed.

2 Likes

Published successfully. Additionally, all things are anchored and my plugins are from their legitimate creators.

Edit: Game works now for some reason, ty for help!

4 Likes

Are the parts all either:

  1. Anchored

  2. Can-collide true

If the parts are can-collide false, but not anchored, they will simply fall through everything else and be destroyed when they hit part destroy height.

This has know to be a reason for new constructions to seemingly disappear.

Make sure you check this especially if you have no terrain and the part is acting as the main “platform” for the game.

EDIT: As for it randomly being fixed, this could be because sometimes games take time to publish the new copy. After shutting down game servers, there may be a delay in publishing.

3 Likes