Parts Disappearing Help

I have 4 parts for my game’s main menu:
image
When I LoadCharacter(), sometimes, they disappear and I get an error.
How do I prevent them from disappearing?

1 Like

check if they are anchored or not if not turn it on this may be the problem

They are anchored and can collide

1 Like

are you putting them in the players character ?

They are in workspace, for mygames main menu

1 Like

can you send a video for that happening ?

I have scripts that anchor and unanchor part simulatong time stop effect, that might be the problem. But i need i way to prevent scripts from making it ananchor and uncollidable

1 Like

give them a tag and make the script doesnot change any object with this tag

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