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)
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.