Description
The first video showcases the issue with Automatic NetworkOwnership. You’ll see that it’s trying to fight between this NetworkOwnership before finally setting NetworkOwnership.
Video 1
The second video shows how the ball bounces back up even though it never hit the floor on the Client. This only happens if the Server has NetworkOwnership which makes it like appear to the Client in some way.
Video 2
The third issue is shown in the Private Message. Where sometimes the spheres would randomly stop bouncing during the playtest. This happened when more than one sphere was present.
The fourth issue is probably just how automatic NetworkOwnership works? I never recall it working like that. But when you walk outside a certain radius, the bouncing spheres would lose NetworkOwnership, while you’re in the radius it would gain NetworkOwnership. But this behavior is inconsistent, and if it happens, I believe I witnessed the spheres to break from their bouncing cycle where then, they’ll just stop bouncing (which is not supposed to happen).
The fifth issue is also shown in the Private Message. Where the Server changes the Color of the sphere but it doesn’t replicate over to the Client during F5 Playtest. However, this issue doesn’t happen if some flags are turned on, so I believe it’s fixed in the future? Maybe Next Gen Replicator.
The sixth issue is a case where Roblox Studio crashed.
But this post focuses on the first four issues that I listed.
Re-production Steps
- Create a Part and turn it into a Sphere
Elasticity
1 andElasticityWeight
100, which turns it into an infinite bouncing ball.- Observe
Place files and videos are attached in the Private Message.
Expected Result
- Smooth NetworkOwnership transition between moving bouncing spheres, when forced set.
- Smooth NetworkOwnership transition when it automatically sets it, no “Red NetworkOwnership”. I wonder if it had to do with it going outside a certain radius.
- When the Server owns NetworkOwnership over a bouncing sphere, the Client should not witness the sphere bouncing back up when mid air, on when rendering through the floor partially.
- Contact Points, show up? Maybe they’re not meant to show up if the Current DataModel Perspective doesn’t have NetworkOwnership.
- Bouncing spheres should keep bouncing and not stop bouncing when there’s more than one sphere put next to eachother.
The purpose of Elasticity
1, with ElasticityWeight
100, was to immitate this.
Actual Result
This piece of physics is unreliable with its behavior. The bouncing sphere’s can randomly stop bouncing if there’s more than one placed.
- There’s no Smooth NetworkOwnership transition between a bouncing part. (See Video 1)
- If the Server owns NetworkOwnership, the bouncing part can bounce off mid air, or while “appearing” through the floor. (See Video 2) The prediction seems to be wrong.
- When playtesting, some of the parts stop bouncing, compared to when there’s just one.
Place files and more videos are attached in the Private Message.
A private message is associated with this bug report