Example:
local Tween = TweenService:Create(Character.PrimaryPart, TInfo, {Position = MousePosition + Vector3.new(0, 0.25, 0)})
The Character somehow would get teleported to an unexpected position but it’ll eventually reach the designated position.
Why is this happening?
This only happens when the Character is on R6. It functions correctly and expectedly on R15 Characters.
Also it doesn’t happen when it’s CFrame instead of Position
Why and How does this happen? How do I fix this?