Archived post --------------------------

archived post --------------------------

can u show the output of the code

nothing in output but tween is working is rarely

it feels like there’s something wrong with tween service idk what but something doesn’t feel right there(or it could be cuz im rarely ussing tween service)

Can you show me the video if possible?
Also use :FireAllClients() so the tween and the dropper will be visible for every player in the server.
image

Replace them with

local frame = v.CFrame
local effect = TweenService:Create(v,TweenInfo.new(0.5,Enum.EasingStyle.Linear,Enum.EasingDirection.In),{CFrame = frame})
v.CFrame = frame

CFrame takes care of the position and orientation.