About 43,000 results
Open links in new tab
  1. Creating simple VR Hands from Scratch - Roblox

    May 15, 2021 · As we all know, Roblox has a Virtual Reality system that can be used in order to read Virtual Reality input, and make Virtual Reality games. There is sadly not a lot of information out there on how to make a VR game, so I decided to make a very simple tutorial on creating VR hands from scratch. To start off, we need to remove our player character. We will replace it …

  2. How to make a basic hand to script? - Scripting Support - Roblox

    Mar 4, 2022 · How would I go about creating a simple hand to script thats gives the player the item that you are holding when you click on their hand to button. image 1140×738 80.3 KB ItzMeZeus_IGotHacked (notzeussz) March 4, 2022, 7:58am

  3. 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 = …

  4. How to make player hold tool with both hands - Roblox

    Jan 18, 2022 · Hello! This may not be scripting but there is a gun that I have as a tool. I want the gun to be held in different positions on the gun…does anyone know how to do this? -Thank you!

  5. VR hands script - Code Review - Developer Forum - Roblox

    May 10, 2021 · I was trying to make a basic hand that has no fingers and stuff it just goes to the position of the player’s hand as the head is locked to the first person of the player. This is supposed to make it so forever the player’s “Hand” will be right at the position of the Vr controller IDK why this won’t work if you could help that would be great! -- local UserInputService = game ...

  6. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · How do script [ Update Version], 2022/2023 Introduction Hey there! Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! [If you’re a beginner] After this tutorial, you should learn: Understand the very basics of scripting on Roblox. In this tutorial, we’ll be talking …

  7. Hold a Tool in Both Hands - Scripting Support - Developer Forum

    Apr 11, 2021 · Hello there, I have a tool and by default, it only goes in the players right hand but I want it to be held in both of their hands. Here is the part of my script with the animation in it. tool is a variable and the animation is looped but is not playing.

  8. Hand To Command (Accept/Decline GUI Help) - Scripting Support …

    Aug 7, 2022 · Hello! Recently I’ve been making a HandTo Command, and I’ve come up with an issue and question on : How can I send a ScreenGui to the player, that says “Accept/Decline” and then if they accept the request of someone asking to “give them the tool” then it will put the tool in their backpack. Now the main importance of this that I’m misunderstanding is how to send the ...

  9. How to make a tool be held in the left hand? - Roblox

    May 16, 2021 · Hello, As of late, I have needed to make a tool that holds an item, and allows the hand on the right side to still swing. However, roblox automatically makes tools be held in the right hand, so my only way of making the item stay in the correct place on the left hand is to weld the right hand to stay where it is. Does anyone know a way I can make the left hand the …

  10. Vr hands, How do I make them - Game Design Support - Roblox

    Dec 23, 2021 · How do I make Vr Hands like the ones in VR Hands v2.7.2 VR Hands v2.8 - Roblox Im trying to make a Vr playground but I cant seem to find any tutorials for the type of vr hands I want.

  11. Some results have been removed
Refresh