i cant anymore bro this is driving me fucking crazy i tried learning this months ago to no avail
tried again today and it just WONT WORK!!!!
i have this stupid ass model where both of those gray parts are welded to the red part via weldconstraint (the red part is set as the model's primarypart)
i have a clickdetector which tweens the primarypart's cframe to go upwards but GUESS WHAT!! ONLY THE PRIMARYPART MOVES AND THE OTHER PARTS STAY STATIC!!!!!!! AND THEYRE UNANCHORED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ive also tried with normal welds in case weldconstraints were the issue but that didnt work
clickdetector script:
local center = workspace.dumbstupidihateyou.PrimaryPart
local ts = game:GetService("TweenService")
script.Parent.MouseClick:Connect(function()
ts:Create(center, TweenInfo.new(3, Enum.EasingStyle.Linear), {CFrame = center.CFrame + Vector3.new(0, 5, 0)}):Play()
end)
tldr: tweening model wont work even though welds are set up correctly, primarypart anchored other parts unanchored
** You are now Level 8! **