![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
How can I make a gun system? - Scripting Support - Roblox
2023年7月8日 · 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…
How would I make gun sway like this? - Scripting Support - Roblox
2024年11月3日 · Now, if you wanted to get that you could make it more harsher and make it like (1/x) function to make it harder to make the gun sway more off the screen. You could then add a sway variable to makes it sway off a bit from where you turned the other way. Then you could make it slowly slow down using (x*0.8) or something.
How to make a raycasting gun - Community Tutorials - Roblox
2020年8月14日 · Preface Alright so the developer hub and old wiki had this, although a few months ago it was removed from the former because it was just so terribly outdated it was a joke. So I thought I should revive that old tutorial. A lot has happened since that tutorial, like new raycasting api being added and filtering enabled being enforced and that tutorial was just …
Are there better methods to make an automatic gun (compared
2024年12月30日 · as some people may know, i am extremely horrible at making my code exploit-proof my current issue is automatic guns, not semi, because those are really simple to code and exploit-proof but the issue with automatic guns is that, the code they’ve got needs to run consistently while bypassing the sanity checks that are put on the server now, i do have a …
Help with making a gun do damage - Scripting Support - Roblox
2024年6月27日 · I want my gun to do damage to anything in front of the crosshair that isn’t blocked by anything else. I know nothing about raycasts but here’s the gun how it looks. (why wont my video send ill try to make it work later, its only 34 seconds) (btw i also need help making that bullet hole i circled around in the video show up when you shoot, thanks) I’ve looked at …
[HELP!] How to make gun fire particle system? - Roblox
2022年1月3日 · Hello Developers !!! How to make when i click the mouse button 1 down the gun fire particle system lit up. Please someone help me with this because i find on youtube but sadly not has 🙁 . if you guys know how to make gun fire particle system please reply below and i will answer it ASAP !
How to make a basic gun that shoots and reloads - Roblox
2021年7月2日 · 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:
How to make a gun aim - Scripting Support - Developer Forum
2019年11月9日 · i am trying to make an fps game in which aiming is a huge part of it but i cant seem to work it out as this is my first project that uses animations, guns etc. here is my gun script (it is messy rn but i am redoing it currently so it will be clean) --// Services local ReplicatedStorage = game:GetService("ReplicatedStorage") local Players = game:GetService("Players") local …
[Help] How to make a gun - Scripting Support - Developer Forum
2020年7月9日 · I don’t know how to make a gun work I tried all the following. Trying it my self. Watching tutorials. The tutorials I watched didn’t work or had ALOT of bugs, I don’t want to use a free model since I wanna be orignal, I wanted to make a pistol that has ammo, shoot speed, reload speed, and aimming, is there anyone that can help me out with this I am a decent …
Beginners guide to making a weapon fire in Roblox Studio
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 …