im not sure if i have a conflict with my tweens here because the second one seems to not be playing
local TSInfo = TweenInfo.new(0.32, Enum.EasingStyle.Sine, Enum.EasingDirection.In)
local EndPos = hrp.CFrame * CFrame.new(Vector3.new(0,0,-1.1))
local PosTween = TS:Create(hrp, TSInfo, {CFrame = EndPos})
PosTween:Play()
task.wait(0.32)
local TSInfo = TweenInfo.new(0.18, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
local EndPos = hrp.CFrame * CFrame.new(Vector3.new(0,0,-1.1))
ocal PosTween = TS:Create(hrp, TSInfo, {CFrame = EndPos})
PosTween:Play()