As you stated slowing it down makes it lag less, so just slow it down a little bit, and if it still doesn’t work, just a guess but tweening might be able to do it too.
What are the Densities of the Meshes? I’ve found that HingeConstraints may have issues like this when connected to something that is Massless or has a really low Density.
I don’t think it’s lag since it’s each pepper individually. Pretty sure it’s one of the motor or Mesh’s Properties.
When you select the MeshPart look in the Properties window.
If the Massless box is checked (on) then it’s massless.
What is the Torque set at for your Motors? You may want to set it to a higher number if the motors are ‘stalling’.
Also I’ve seen issues if the motor speed is set low, it’ll behave that way as well. See if upping the speed slightly
When you are in test mode does each pepper still set to have the NetworkOwnership set to Server or has it changed when you get close to it?
If you press the windows key and search “Task” then click Task Manager, then go to the “Processes” tab, click programs that you see are using a lot of ram and at the bottom right click “End Task”.
Don’t check the Massless box (as in, don’t make them Massless) since that’s given me issues on trying to rotate HingeConstraints.
You can go to the Custom Properties box and check that to change the Density manually of each pepper. Try with the default Density first though.
Hi, I turned on custom physical properties and tried the default density first, and then made it maximum density, but it still seems to have some lag.
This is what makes up the pepper rotating
See if changing the AngularVelocity to something a bit higher. I know I’ve had issues with ‘low’ values in this area before. Seems they get stuck if they try to rotate too slow.
If you need to go slower you may need to try a couple HingeConstraints at the same location, with the same settings, to try to keep it rotating without stopping momentarily.
transfer the network ownership to the player when they step on it, and then leave it on the server when they aren’t on it. It will lag if the players connection is poor, there is really no fixing that. Unless you use renderstepped and change the orientation of it on the server.
Hi, I will try that, but let’s say that there is one player in the server, and they touch lots of parts and all the parts set their network ownership to the player, will the player start lagging?