When testing my place in ROBLOX Studio, I’ve noticed objects not showing up visually.
:Destroy() doesn’t clear up visuals of object for seconds. Ghostttttt objects. Happens for tool unequipping too.
Sometimes a whole area of the map is gone. This is due to some replication gone wrong, as I can see parts from some houses being replicated. Physics works, but visuals are missing.
Often, NPCs and player characters are completely invisible, regardless of brick transparency.
I don’t have a repo file, but I do have a game file which has had this problem both on my laptop and desktop.
My version of ROBLOX studio (on my desktop) is 0.260.0.85956
I use no welds, only Motor6Ds for NPCs and everything animatable in general. As for the character, I override the appearance using a model named StarterCharacter in StarterPlayer, as stated on the wiki.
I haven’t made changes that involves setting the transparency of bricks at all for the last few days, and in general it seems very unpredictable.
That’s one weird issue, I have to say. Disabling a bunch of scripts seems to have fixed the issue, so I’ll just be waiting till the place has finished loading before starting to enable small effects.