is there a tutorial of the module?
The post itself has all the instructions you should need. What part are you struggling with?
explain the steps you didnāt tell me how
nah you should go read the documentation smh,
where is the documentation? also what do you mean by that
is there anyway to lock a bones rotation axis or movement axis, and also limiting how far a bone can move relative to its parent?
This would be incredibly useful. Looking forward to it!
Hereās the latest version of a cape using SmartBone for anyone who wants an example:
SmartBone Cape Example.rbxl (59.3 KB)
The documentation is the post itself
Its also almost impossible to do unfortunately. If you move a bone, the collision of the mesh remains the same, which makes it impossible to detect collisions easily
OH GOSH! okay! i actually managed to get something haha.
https://gyazo.com/8585b67571d71273f5b2231e43d3b527
still needs fine tuning but thats actually so cool
How can I prevent my cape from bouncing when my character stops moving or jumping, and also how do i avoid the cape from passing through my character when I move backward?
Collisions arenāt added yet, but they will be soon.
Idk why my cape is not work. I setup the mesh model with bone but It nothing works
I do like a Example cape
my cape
Example Cape
Uploading: RobloxScreenShot20230301_180810701.pngā¦
This is my place
TestCap.rbxl (60.2 KB)
You did not add the āSmartBoneā tag to the cape mesh.
To do it, first select the cape, which is in your case called āCubeā
After that, open the Tag Editor in the View tab.
When you have this open with the capeās mesh selected, click āNew tagā and type out āSmartBoneā
You will then be able to check the box, enabling SmartBone.
After that, it will work as intended.
Nice. Added a little bit of magic to the source code in order to handle directional velocity, allowing me to walk backwards without it going inside of my character. Fake collision!
can I see how itās done? what changes did you make on the source?
This is amazing, Iāve been trying to replicate that but to no avail, could you give any instructions?
Please, still looking forward for your help to help me make something like this! Iām really in need
We seriously need an update to this, Iām not a math person to be able to change this module to my needs, but we depend on you and donāt abandon us.