#Tween models
6 messages · Page 1 of 1 (latest)
I tried setting the primary part tween goal to {CFrame = CFrame.new(blah,blah)}
and nothing was played
Can u send the snippet of code you used to do this? That should work
task.wait(2)
local BigTweeny =TweenService:Create(NPC.PrimaryPart,LilTweeny,{CFrame =CFrame.new(NPC.PrimaryPart.Position,NPC.PrimaryPart.Orientation * -1)})
BigTweeny:Play()```
i have no clue sorry man