local tweenService = game:GetService("TweenService")
tweenService:Create(parteprincipal, TweenInfo.new(), {Position = Vector3DestinationGoesHere}):Play()
For TweenInfo:
-TweenInfo | Roblox Creator Documentation
-Understanding Easing Styles!
local tweenService = game:GetService("TweenService")
tweenService:Create(parteprincipal, TweenInfo.new(), {Position = Vector3DestinationGoesHere}):Play()
For TweenInfo:
-TweenInfo | Roblox Creator Documentation
-Understanding Easing Styles!