As the topic says, I’m currently encountering 2 problems,
(1st) First one, being Tweens not replicating on server, strange thing is, it’s Played on the server(since if it’s not played on the server it just don’t even work.) Here are some gifs demonstrating the problem:
Client-End:
https://gyazo.com/004d506d4527f7c85d66f7196944154b
https://gyazo.com/2cece1af6387c66ad1c6439ca85f0f5d
Server-End:
https://gyazo.com/ba7a42b076905449fa6af727e4d03467
As you can see, on Server, player starts spinning in circles for some odd reasons and complete goes out of control from there on(doesn’t replicate position/rotations at all).
Which leads us to the 2nd problem,
(2nd) Position not applying correctly, after the Tweens are played, player’s supposed to teleport back to spawn, but oddly enough, player doesn’t.
Demonstration:
https://gyazo.com/aff8d732c2984441fa20e847bcafedb1
https://gyazo.com/70cd00141640bc2598671d07b6ebe6b2
Even though on paper it does(i even printed the positions out to make sure, and on paper they’re the same),
but it seems like everything’s just broke, from there player’s character on the server just gives up replicating and starts moving to random places following the smallest movement on client-end(meaning a small movement can send the server-end to far extended axis).
Demonstration:
https://gyazo.com/d19b28709efb9f3a73d61bd500ace108
I can’t seem to figure non of these out, I’m pretty sure it has something to do with Welds, since as you can see from the gifs, player has a Bike and a Sphere welded to him, I tried changing the properties, but non of them seems to fix both of these issues.
I have completely no idea what’s causing the Tween issue, but for the Positioning Problem, it seems like the player’s parts are just welded SUPER FAR away from the HumanoidRootPart, which is causing the odd movements, the whole thing just becomes a HUGE MODEL(the parts becomes super far away from the core, hence the whole model gets big), and I have no scripts doing that, I use PivotTo() to set positions btw.
If anyone can help me out that’d be greatly appreciated.