Tween Service Stuttering a bit

You can write your topic however you want, but you need to answer these questions:
Hello, I am making a teleport spell in my harry potter game and am trying to make it smooth with the TweenService, but it is stuttering a bit (my script is a server script). Can anyone help?

Footage:

1 Like

Where’s your script?

ReplicatedStorage (I need it to be accessible for local and server scripts)

Can you give us the code to make this? so we can help you

Try changing the easing style to linear

Nono, I meant like, where is your script? What’s your script?

Oh the code? Here:

game:GetService("TweenService"):Create(char.HumanoidRootPart, TweenInfo.new(0.2, Enum.EasingStyle.Linear), {
	CFrame = CFrame.new(mouse + Vector3.new(0, 2, 0))
}):Play()
1 Like

That didn’t work, I think it is set to linear by default anyway

1 Like