Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[QUESTION] What do you need to make a gun?

Asked by
Oficcer_F 207 Moderation Voter
5 years ago
Edited 5 years ago

Hello, I have been searching for gun tutorials for ages. I do not need any script. I just wanna know what I need to make guns, feks. like the guns in Jailbreak, but they dont need to be as realistic. I merely need to know what I need to use.

Thank you!

(If you're extra nice, could you also send me links with tutorials?)

0
wacth alven blocc gun totorial hellmatic 1523 — 5y
0
from what I know Jailbreak's guns uses: raycasting for gun trail, animations, MouseButton1Down or Activated. And basic ones: loops, if statements, waits, etc. And ofc you'll need remote events to damage players. You don't need to replicate Animations with a remote; you can play it from a local script and it will automatically replicate. hellmatic 1523 — 5y
1
You'll need a main part at the end of gun's barrel to determine where the trail will start and to store FX (muzzle flash, fire sound). I place the handle part at the gun's trigger with 0.2 scale. Make sure the parts are facing the direction the gun is. I prefer to use Motor6Ds to attach the parts instead of welds, your choice. hellmatic 1523 — 5y
0
This isn't a request site. Please make an attempt before asking, thanks! green271 635 — 5y
View all comments (2 more)
1
no^ User#19524 175 — 5y
0
I suggest this tutorial, it's how most guns work https://developer.roblox.com/articles/Making-a-ray-casting-laser-gun-in-Roblox User#20388 0 — 5y

3 answers

Log in to vote
0
Answered by 5 years ago

You need: -handle -hole for where the bulletspawns -welding method -localscripts Optional: -bolt (foward and back) -gun model -guiscript

Roblox has a working raycast gun tutorial btw

Ad
Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

For a tool: Handle (Where your left arm will hold), a bullet part (the part where the bullet is gonna shoot from. not having this means the gun wont work!) gun model, basic scripting knowledge (ray,if statements, you know) this is optional but you can use the animator from roblox (i suggest you using the old one) to make animations!

for a viewmodel (framework): gun model, medium scripting knowledge, cframe knowledge, camera, animations (either from the animations tool or cframe)

thats basically it for me. if u have any questions ask here ok bye and good luck lol

and yes i took a lil bit of infos from that first guy who answered but i still knew all of it so uh credits to that guy

0
you stole my answer EliteRayGawnX2 124 — 5y
0
he didnt User#23365 30 — 5y
0
I know about tools esc. But I cant seem to find a good tutorial with animations and ray castin etc. Oficcer_F 207 — 5y
0
k maybe i did steal ur answer, but i put in more information so there u go. ieatandisbaconhair 77 — 5y
0
also, theres a video about how to make a gun, i think his channels name is skelelua. ieatandisbaconhair 77 — 5y
Log in to vote
0
Answered by 5 years ago

You can try turbo fusion kit v4, also I would suggest to look into FastCasting Module , it's is suitable for any type of projectile weapons.

FastCasting

Answer this question