Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Stop is not a valid member of Tween?

Asked by 3 years ago
Edited 3 years ago

valuesFolder["RightEjected"].Value then tweenTable.tweenHookCFrameRight:Stop() local hook = gearFolder["3DMG"].rightgrapple["PseudoHook"] local ropeTween = TweenService:Create(hook["Rope"], tweenInfo, {Thickness = 0}) ropeTween:Play() gearFolder["3DMG"].rightgrapple.Reel:Play()

0
Try using :Cancel() MyoldhamiYeari 0 — 3y
0
Thx u it work minefeekyt 4 — 3y
0
You should look at the Tween wiki page it has a lot of useful information. https://developer.roblox.com/en-us/api-reference/class/Tween There's a Play, Pause and Stop function for tweening. MarkedTomato 810 — 3y
0
didn't work minefeekyt 4 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Here is just an answer so it will allow you to accept the answer.

Ad

Answer this question