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

Why does this tween wrongly? It doesn't seem to tween right and goes to the wrong place.

Asked by 3 years ago

script.Parent.Triggered:Connect(function() local TweenService = game:GetService("TweenService") local part = script.Parent.Parent part.Position = script.Parent.Parent.Position part.Anchored = true local goal = {} goal.Position = script.Parent.Parent.Parent.Opened.Position local tweenInfo = TweenInfo.new(1) local tween = TweenService:Create(part, tweenInfo, goal) tween:Play() end)

why does this tween the other things? I will show a video https://cdn.discordapp.com/attachments/677241858765881345/836273885594386432/Screen_Recording_2021-04-26_at_9.12.22_AM.mov

0
You should go about using an uploading site as clicking the discord attachment file brings me to a blank page as access is blocked. Perhaps use imgur, streamable or youtube Rare_tendo 3000 — 3y
0
Nvm, I don't need help anymore. A_DistractionToYou 4 — 3y

Answer this question