i dont have access to bug reports but when tweening this part the whole map just starts to bug out
(the tween is done on the server)
Looks like roblox is trying to unload stuff outside the camera’s view for better perfomamce, but roblox is misjudging where the camera is and is loading and unloading things incorrectly, as to why tweening a part causes this, I have no idea, can i see the part?
I Fixed this by tweening on the client but this is still somthing that should be fixed the parts are swapped around including meshes im not sure if u can tell. and the part moving is what my char was standing on. and it still happens when i reset and get off the part. u can try to replicate this but standing on a part that tweens down while standing on it. also those walls are meant to be invisible
I wouldn’t be too quick to blame Roblox or file a bug report. We can likely figure out why this is happening if you give us more information.
I’m betting that the problem is something in your tween script instead of a Roblox problem because it only happens when you are tweening.
Copy/paste your script here and put 3 backticks (```) before and after so it formats properly here.