As it mentioned on the title, I want to make a dynamic hollow when a part rotates.
I have tried CSG as shown in script below. However, the CSG API has to be used in server, which will cause lag and a high network cost if run as rotation step goes.
So in my script I have tried to reduce the interval time of substract method while it was still not that good.
I prefer to create it only in client to avoid the cost and lag. Is there any way to make it works in client?