Part not appearing in playtest but appears when not in playtest

Before:
Screenshot 2024-06-26 205746

After:
Screenshot 2024-06-26 205811

And the script says part not found.

Maybe a script is deleting all the baseparts in the Race folder? You should check the scripts that affect it.

Try to disable streaming. This situation appears when your character doesn’t spawn

There’s no script affecting them

I’m just going to replace the part with a position.

1 Like

I’d make sure that the parts are anchored and not somewhere they might be getting deleted by the engine. Like the ‘void’. ← If there’s a technical term I forgot what it was.

And just to clarify, are you saying the parts are being deleted only when you playtest? As in testing in Run mode doesn’t delete them? Or are they being deleted whenever the game runs? In that case, it’s probably that they’re not anchored and falling out of the map.

1 Like

Thank you, it seems that:

  1. I haven’t anchored them
  2. They are being affected by the void (too far away)
  3. Streaming was on (thanks to @pitpap1 I fixed it)

I’m glad you figured it out. Note that you should keep streaming on depending on the size of your game. If it’s just a test baseplate then there won’t be any difference, but for larger and more complex games, it’d be highly recommended to keep it on. StreamingEnabled is the property that determines how objects will render depending on a player’s graphic quality settings and distance.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.