Tween the CFrame of a Tool

I’m trying to tween a tool that is welded to the players RightHand and when it does the tween, nothing happens, and I’m not too sure why it’s not working as I’m not too good of a scripter.

This is my script:

	local TweenService = game:GetService("TweenService")
	local TI = TweenInfo.new(2, Enum.EasingStyle.Exponential, Enum.EasingDirection.Out, 0, true)

	local tween = TweenService:Create(game.Workspace.Water.PrimaryPart, TI, {["CFrame"] = game.Workspace.Water.PrimaryPart.CFrame + Vector3.new(0,2,0)})

	tween:Play()
	print("ok")
end)

image

1 Like

I don’t know how people would ignore this despite being on the search–

1 Like

Why are you commenting on this a year later? That’s micro bumping a post.

1 Like

I know but curiosity kicks in–

(Edit: I was gonna say more but this might confuse even more so it’s better to leave it as it be.)

1 Like

Not trying to come off as brash or rude but you really didn’t have to make a new comment about it though, there’s a bunch of post that get ignored in #help-and-feedback:scripting-support if the people online see it and can’t understand you / help you with your issue.

1 Like