rickje139
(rickje139)
May 26, 2024, 2:29pm
#1
I’ve noticed since about 1 week ago my character somehow gets out of the seat randomly while the planescript does not detect the player actually jumping out of the seat.
I have tried to implement a custom fix for this issue by checking if the player has a seatpart but humanoid.sit is false somehow.
This would indicate the glitch is about to happen so i would try to re-weld the player.
Sadly my implementation does not work correctly as it works smoothly on the client most of the times but can also result in the player somehow being welded away from the seat and not having a seatpart creating weird results.
It would also completely break the replication as i have to do this on the clientside.
I seat players using seatpart:Sit(“Humanoid”) on the server.
Game affected: 🔨Plane Crazy🔨 [UPDATE] - Roblox
Spawn an aircraft or plane and keep flying until you notice the warning “Re-Seated Player” pop up.
Thats when the issue happens and it truly happens randomly and might have to do with some type of lag or instability.
I’ve noticed it mostly is dependend on network replication lag somehow.
Expected behavior
The player to not randomly disconnect from the seat for no reason breaking all of my systems.
A private message is associated with this bug report
3 Likes
Focia19
(Focia19)
May 29, 2024, 5:38pm
#2
This is just an acknowledgment announcement!
We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!
Thanks for the report!
1 Like
Hi Rick,
Do you have a repro file you could send us with repro steps?
Best,
MobsterLobster
1 Like
rickje139
(rickje139)
June 4, 2024, 11:49pm
#4
Sadly i dont, i am unable to replicate this outside of my game for some weird reason.
If you know if theres something else i could do to help, please let me know.
It happens very frequently ingame and you can see it by checking if the player unsits after being spawned in for longer than 5 seconds.
I’ve made sure the visuals are noticeable for you of the glitch when it occurs to help make it easier to solve it.
eronaught
(eronaught)
February 19, 2025, 5:51pm
#5
Hi Rick,
Is this bug still occurring?
Thanks
rickje139
(rickje139)
February 20, 2025, 4:46pm
#6
Based off of the logs its still occurring.
My temporary fix is still active atm.
eronaught
(eronaught)
February 20, 2025, 4:51pm
#7
Got it, thanks. We can try running this through the debugger to see what’s triggering the weld break.
1 Like
rickje139
(rickje139)
February 20, 2025, 4:52pm
#8
Would you like me to disable the temporary fix for your account?
eronaught
(eronaught)
February 20, 2025, 5:17pm
#9
Please. If possible, can you set up a test with a simple car like the one you showed in the DM?
1 Like
rickje139
(rickje139)
February 20, 2025, 10:31pm
#10
It seems like i was not able to replicate the issue anymore.
I have disabled the fix for your account incase you still like to try it with the car savefile.
I will run servers with the fix disabled soon to see if the bug is resolved or not and will keep you updated on the results.