Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = script.Parent
- local tw = game:GetService("TweenService")
- local info = TweenInfo.new(1, Enum.EasingStyle.Linear, Enum.EasingDirection.In, -1, false, -1)
- if part then
- local Tween = tw:Create(part, info, {Position = Vector3.new(0, 50, 0)})
- Tween:Play()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement