You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want the animations to play when player is being held up by alignposition -
What is the issue? Include screenshots / videos if possible!
When the player is being held up by alignposition, the animations i have playing will stop playing and give the character an akward look. Heres a video: Watch Desktop 2024.03.23 - 21.05.31.05 | Streamable -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried to set alignpos.reactionforceEnabled to true like i saw in another post, but it didnt work
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local bv2 = Instance.new("AlignPosition")
bv2.Mode = Enum.PositionAlignmentMode.OneAttachment
bv2.ApplyAtCenterOfMass = true
bv2.Attachment0 = att2
bv2.Position = (rootcf * CFrame.new(0,math.min(Magnitude,25),0)).Position
bv2.RigidityEnabled = true
bv2.Parent = root
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.