About 163,000 results
Open links in new tab
  1. What's the most efficient way to attach model to player's hand

    Aug 19, 2019 · so i tried this script: local death = false script.Parent.Touched:Connect(function(hit) if death == false then local plr = game:GetService("Players"):GetPlayerFromCharacter(hit.Parent) if plr then local org = game.ReplicatedStorage["Real Knife"] local rk = org:Clone() local handle = rk.Part rk.Parent = workspace local att = Instance.new("Motor6D") att.Parent = plr.Character.RightHand att.Part0 ...

  2. Loading a model into the game with a script - Scripting ... - Roblox

    Jul 30, 2021 · Hello, I want to do something where you can access a model from the roblox library through a script and load it into the game when a certain command is passed. What I am trying to do is: Access and load a model into my game through a script. The model is private and will only load to certain people. Is it possible to do something like this and if it is, could I get some help on the coding part?

  3. How do you turn a Model into a Tool and vice versa - Roblox

    Jul 24, 2020 · I want to turn a Model into a Tool, because so that the player can equip the items, but I also wanted to turn the Tool into a Model, so I can use SetPrimaryPartCFrame to make the tool available in the workspace when player fire remote event to set the item location, as well as prevent the player from taking it.

  4. How to make a model a tool - Scripting Support - Developer …

    Jan 1, 2025 · So I was making my tool and then I came up on something. How can I turn a model into a tool? I tried renaming the model “Handle” but that didn’t work. Then I tried exporting the model into a meshpart. It has no textures. Can anyone help me?

  5. Complete guide to rigging and animating models! - Roblox

    Feb 20, 2020 · I have been on roblox for almost 7 years and developing for the past 4. Just recently I’ve gotten into rigging and animating models… This was a very hard task for me since there was literally no good tutorials on it.

  6. How to add shirts and pants to models? - Building Support - Roblox

    Sep 10, 2020 · I recently made a mesh of a rig, but cannot add a shirt or pants in the model, if someone can tell me how I can do it I would be very pleased. (Thank you in advance)

  7. Reference Roblox Integration for Blender

    Aug 23, 2023 · To demonstrate the power of our Open Cloud ecosystem, we’ve created an open-source reference Roblox integration for Blender. Blender is one of the most used tools by our community and we wanted to create faster and better interoperability with Studio. With this add-on, you can: Upload 3D Models to Roblox, without leaving Blender.

  8. Custom characters guide - Community Tutorials - Roblox

    Feb 6, 2024 · For animating a model without a Humanoid you can use the AnimationController instead. For rigging models on Roblox Studio, try this plugin Rig Editor by @goro7. For some reference of ways on how you can create your character: Bone | Documentation - Roblox Creator Hub Rigging and Skinning | Documentation - Roblox Creator Hub

  9. How to animate a non-living model - Community Tutorials - Roblox

    Oct 22, 2020 · Hey, Y’all, ⚠ Disclamer: This tutorial was made in 2020 and may be outdated as of today, I recommend attempting to find an alternative to this tutorial as it may contain misleading information. Thanks for your support! I wanted to make another tutorial on animating a model as the one we already have is just basic, let’s go! Step …

  10. How to put a model in a viewport frame? - Scripting Support

    Mar 1, 2023 · This is what I have so far, but no cigar. I’m not quite sure how to achieve this. I just want to have the viewport frame basically face towards a model in the workspace. Or just face a model (that doesn’t have to be in the workspace) local model = game.Workspace:WaitForChild("Test") local viewportFrame = script.Parent local camera = Instance.new("Camera") camera.Parent = viewportFrame ...

Refresh