About 11,800,000 results
Open links in new tab
  1. Best way to animate welded models - Scripting Support - Roblox

    Jul 28, 2023 · My current solution is to disable the weld constraint between the turret and the hull, rotate the turret, then re-enable the weld constraint. This solution is really simple, and the way I structure my mod...

  2. Easily weld models to the players character - Roblox

    Sep 23, 2022 · ModelEquip allows users to easily weld and unweld models to the characters, which is useful when adding weapons, tools, armor, and other items to the player. Implementation To start, go ahead and grab the module and place it in ReplicatedStorage .

  3. How to weld models? - Building Support - Developer Forum - Roblox

    Feb 25, 2021 · There are various tools in the plugin catalog that you can search for that can handle welding of entire models. The constraints menu also contains a weld menu if you fancy WeldConstraints. You can use a very simple script, e.g. wc.Part0 = base. wc.Part1 = part. wc.Parent = base. elseif part then for _,child in pairs (part:GetChildren()) do .

  4. How can I use parts/models on animation editor? - Roblox

    Apr 7, 2022 · There’s an AnimationController object which can be used for non-humanoid models. Is Motor6Ds a plugin, I am not sure? A Motor6D is an object which is used for animation. Similar to a weld as it attaches objects together, however it’s different as it enables manipulation of positional and rotational data for what its connected to.

  5. How to animate tool / move welded parts without breaking the weld? - Roblox

    May 30, 2022 · Rig your model with Motor6D’s. You can use them to animate practically anything. I tried that, but I think the way my model is it’s not possible. It’s only 2 parts that are welded together. It’s always possible. Try connecting them with Motor6D and WeldConstraint at …

  6. Welding a massless model HumanoidRootPart to the player ... - Roblox

    4 days ago · Hello! I`m trying to make a JoJo inspired game, but I cant seem to find the solution to this problem. Here is what I want to accomplish and what It turned out to be: Clone a STAND model Weld it to the player HumRP using WeldConstraints (I used Motor6D too, but no result) The Stand model now follows the player without the disturbance in the center of gravity and mass Now here is what I get ...

  7. Animating With Welds/Connecting Parts to be Animated | Roblox

    Today, I'll show you how to animate custom and non-custom rigs using Welds, with no scripting needed. Please thoroughly watch what I do, as if you mess up a single bit it will not work....

  8. Model Animation Tutorial ( Blender and Studio ) - Roblox

    Jul 13, 2020 · I was messing around with welding and creating joints and accidentally learned how to animate objects. I just thought I should share how to do it here so people are able to learn how to do it.

  9. WeldConstraint | Documentation - Roblox Creator Hub

    The most common way to create a weld constraint is by selecting Weld through Studio's Create menu in the toolbar's Model tab. Note that this tool behaves differently depending on how many BaseParts are selected when the tool is activated:

  10. Model Weld - Creator Store - Roblox

    This plugin automates adding weld constraints to each part and union in a model. This plugin also automates the primary part used to for move a model. The main use cases of moving models are doors, and this plugin does most of the work for linking the parts together.

Refresh