This is going to make look-at-cursor scripts so much more easy!
Is there any approximate timeframe for addition of angle constraints of IK movement?
Any plans on supporting attachments as EndEffector
s? My use case is that Iām trying to line up the hands of the playerās (R6) character to the sides of a steering wheel. I would like to set the EndEffector
to RightGripAttachment
and the Target
to the equivalent attachment on the steering wheel, yet I am forced to create a separate part for the playerās hands.
Is it possible to have the IK update out of runtime (in studio) to help with visualising what it would look like?
Somebody pls help me out with this
I had a similar issue to this when I rigged a custom model, it seems to be an issue with IKControl or just how roblox handles rigs.
Will the parts ever be physically simulated/ work with constraints? I am trying to make a dog walk but he is just moon walking .
Also, please allow the target to be a position Vector3. I find myself having to make attachment instances specifically for the target property.
It doesnāt feel like the arms are bending the way they should on an r15 rig, they seriously overextend.
Itād be great if we could put an upper limit on how the maximum distance the IKController can extend to.
Itād also be great if we could allow the chainroot part to detach like this when the target itās reaching for is too far since arm IKs are going to be incredibly limiting on regularly-proportioned rigs, since they have barely any arm reach distance
I canāt seem to get this to work at all, I set everything up as the post says to but nothing happens, setting it up through explorer or a script doesnāt seem to do anything. Donāt know if it matters but this is my script.
IKcontrol.Enabled = true
IKcontrol.ChainRoot = player.Character:FindFirstChild("LeftUpperArm")
IKcontrol.EndEffector = player.Character:FindFirstChild("LeftHand")
IKcontrol.Type = Enum.IKControlType.Transform
IKcontrol.Weight = .1
IKcontrol.Target = mousePart
The first two launches worked, but the third did not. I noticed that it doesnāt always work. Why?
IK Control.rbxl (55.1 KB)
For bending you can use Pole so it bends the way you want. Idk about the reach limit.
That recording was taken using poles. Poles are also automatically applied to arms and legs, so it didnāt actually affect a whole lot (couldnāt actually tell any difference between using the pre generated poles and the custom elbow poles)
EPIC! Im excited to see how this combines with strafing. I was on the verge of programming my own Character Controller, then the Character Controller instance just got publishable to server environment really recently. Just in time for my first real game release in a decade. Weāre gonna take features like this and run with it!!
Have there been any updates to this? More specifically its estimated releaseā¦
Getting sick of having stuff like this revealed then it goes radio silent for months. I understand that this stuff takes time but that does not mean having barely any updates.
Hi, weāre still working on some improvements and stability + features that were requested above. Weāre hoping to release this soon, should be this month.
Thanks!
I checked back on my test game which has a fairly odd use case. Iām happy to report the first video has finally been resolved with the latest release. Thanks for the improvements before the official release. It will allow me to use it in Nexus VR Character Model on day 1.
Iām not sure if this is a bug or if I did something wrong.
What I expected:
What I got:
hereās the place file:
ik.rbxl (44.3 KB)
Iāll have a look, thanks for the report + file
Has a demo been released? Iām curious and want to have a feel of how foot planting and other features could function in my game before having them implemented.
would love to see the demo place as well! It will surely help a lot on learning and implementing IK into an experience