I made a script that switches your character with another character like Lego Batman. Problem is, the old character takes a few steps forward. If you switch again, the new old character moves forward too, but slightly less, and from then on switching between characters moves the previouse character forward by the same amount.
Anyone familiar with anything in any player scripts which may be causing this?
I litteraly just did a player.Character = (npc model) then since the old model’s parent gets set to nil, i set it back to workspace. Then i move over the animate script from the previouse character to your currenr character and update the camera’s subject.
It probably isn’t a problem with my code directly, rather a side affect of existing core scripts.