约 48,900 个结果
在新选项卡中打开链接
  1. Beginners guide to making a weapon fire in Roblox Studio

    2023年5月3日 · And that’s it, an basic method on how to fire a weapon on Roblox now its best advised to actually learn how to script on Roblox rather than just copy and paste code because you can addon more things to what you want to do related to scripting. You’re better off copy and pasting here. You didn’t explain a single line of code, you just showed it. This should probably …

  2. How to animate Tool Parts (Guns, Knifes etc.) - Roblox

    2019年9月30日 · 2022/12/13 Update: Can’t believe this thread is 3 years old, I have updated the majority content of this tutorial (including the code) and improved readability. Hello everyone! I am Headstackk. I have developed a Weapon Framework used in my game Weaponry. In this post, I will explain how to get started with animating tools, especially weapons on Roblox. In most of …

  3. How to make a basic gun that shoots and reloads - Roblox

    2022年6月14日 · You can use the fe gun kit edit it and put in some animations it is a third person system. Thienbao2109's FE Weapon Kit - Roblox Make sure to motor-6d these guns for the best animations, like call of duty!

  4. How to make a raycasting gun - Resources / Community Tutorials …

    2020年11月19日 · I also have a suggestion, could you possibly make a simple tutorial that would teach us how to create a simple gun with bullets instead of raycasting this time? If you want an example of this then take a look at the Roblox game Arsenal which have guns with bullets, I’m sure that there are people who would like to learn how to make that too!

  5. How can I make a gun system? - DevForum | Roblox

    2023年7月22日 · Alright, so i’m going to try to explain you how to do a simple gun system step by step. Step 1 [Create the tool] Create a new tool in the workspace, rename it “Weapon” In the tool properties, disable “Can be dropped” Create a new part in the tool, rename the part “Handle”.

  6. How to make a weapon fire in Roblox Studio for beginners

    2022年10月11日 · There are many types of methods of making a weapon system work (pistol, assault rifle, etc) and there are also many tutorials on how to make a weapon shoot but there is no entry way on how to make a firing weapon especially for beginners. Today I’m going to teach you the entry way on firing a weapon First off, you would need a good understanding of: CFrames …

  7. How would you make a gun system? - Scripting Support - Roblox

    2020年5月5日 · I have been making stuff for a bit and I am not too confident in my raycasting abilities so I want to create a gun system. I have looked for a bit and all of the tutorials are just either 2 hours long and all I get is a line from the gun to the hit player. How would I make a gun system that would have “bullets” and how do I make one in general? Any video links or form …

  8. Designing an FPS Framework: Beginner's guide - Roblox

    2021年5月1日 · Before continuing, you need to have some knowledge on: Roblox lua Module scripts CFrames Moon Animator or Roblox Animator ( or if you know how to animate in blender, use blender ) Roblox weld constraints Objectives: Make a basic framework Make the gun shoot (duh) Make a projectile module If you have any question you can ask the discord server

  9. How to make Custom Guns in Roblox Studio

    2021年5月2日 · I already have much experience in designing maps, using terrain, and other minigame/voting script systems, but I am struggling to make custom guns. Is there any feedback on how to make guns on roblox?

  10. Efficient way to make an automatic gun? - Roblox

    2020年4月24日 · What’s the most efficient way to script an automatic gun? If the player holds down their left mouse key, it will keep firing until they let go. I was thinking to call a remote function with their mouse position everytime a new bullet needs to be created, but would that cause lag? I’m not sure if this is the only way.