About 31,800 results
Open links in new tab
  1. How to make a basic gun that shoots and reloads - Roblox

    Jul 2, 2021 · So I need to make a gun for my game! I never made a gun but I want to know how to make one. I am not Asking for a whole gun system I want to learn how to make one. Like what modules do I use? and how can I script it? this is an example of what I want to achieve:

  2. I made a custom gun script! - Code Review - Developer Forum

    Jun 21, 2022 · Hey developers, I made a custom gun script, and I want to check what you guys think. My gun will not make a bullet to where the mouse if pointing (sometimes), but let me know what you guys think. Server Script: local tool = script.Parent local shoot_part = tool:WaitForChild("Handle") local remote = tool:WaitForChild("OnShoot") local Workspace = …

  3. Beginners guide to making a weapon fire in Roblox Studio

    Oct 11, 2022 · 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 a …

  4. Lapiz: A simple gun system [V1.1] - Community Resources - Roblox

    Sep 4, 2023 · Lapiz [v1.1] A simple gun system What is Lapiz? Lapiz is a gun system with simplicity in mind. It currently supports both R6 and R15. It is customizable enough to the point where it is practical, but not too much that it becomes troublesome to use. Why did you create Lapiz? I created Lapiz whilst developing a game. I was looking for a simple gun system, but …

  5. Jimmy's gun system 1.0 :D - Community Resources - Roblox

    Dec 20, 2023 · Hi everyone! I have finished creating the most easy to use gun system on roblox 😃 “Jimmy’s Gun System v1.0!” With this, you can make guns in under 30 seconds! (No seriously, I tested it) Here is a quick look at some of the guns that were made using the system! The documentation on how to use is only 1 page long! It’s so easy that you don’t even need to …

  6. [ACS] Advanced Combat System | Roblox's #1 FPS Combat System

    Sep 2, 2023 · Welcome to Advanced Combat System Firstly on behalf of the ACS Staff Team, we would like to welcome to the official documentation of ACS. This is the only official documentation of the Advanced Combat System. This page is managed by the administrators of ACS and will be updated on a regular basis. About Advanced Combat System: ACS is a First Person Combat …

  7. [OPEN SOURCE] Customizable FastCast Gun - Roblox

    Dec 16, 2024 · I was working on making a simple customizable gun system so I decided to use the FastCast example gun and I made it customizable, Features: Animations Ammo UI Aiming Reloading Muzzle flash Recoil Moving crosshair Semi …

  8. How Would I add Scope to a gun? - Scripting Support - Roblox

    Sep 3, 2023 · In your gun’s model, add a part called “Scope” to represent the scope’s frame. Position the “Scope” part appropriately to match where the camera should focus when scoped. Modify Your Script: You can use the UserInputService to control the camera’s properties when the right mouse button is pressed. Here’s how you can modify your ...

  9. How can I make a gun system? - Scripting Support - Roblox

    Jul 8, 2023 · GUNS Hi, I need a gun system for my game. I don’t want to use ACS or CE or anything like that. I wanted to make my own gun system. TYPE I want it to be both able to be 1st person and 3rd person. POINT How could I do this? (I have models already.)

  10. How do I better optimize my gun script? (RayCasts) - Roblox

    May 10, 2024 · I have seen countless threads of people saying to do the ray casts on the server, then some on the client. I’m not sure how I can optimize it so there is little to no delay between the server, because not everyone has fast internet. This is what it currently looks like: Client: (sends the remote to the server that has all the ray cast parameter stuff) Server: (processes and …