Advertisement
Toxicator1

Generic single tween

Jun 25th, 2021
1,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local cfTween = game:GetService("TweenService"):Create(
  2.     attackMesh,
  3.     TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0),
  4.     {CFrame = cf, CFrame = cf + (cf.lookVector * 3)}
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement