Hey! So ive been practicing development now for a while and I think I should try and step up my game. What I want to work on now is a simple FPS where your arms are visible like in the games Arsenal or Phantom forces. After some research I found that I would need to animate and use a VIewModel.
The videos or forum posts ive found seem to be to old or dont give a lot of information. Could anyone please give any information like forum posts, youtube videos, or really just an idea of anywhere I should start with this? Thanks!
I would recommend reading these tutorials on the dev forum:
This is my first tutorial here!
Point out any errors in the code, please. I might have missed something.
0. Quick info
0.1
I have made many past attempts at making pew pew guns on roblox in the past, and i thought i’d share some of the “basic” process for beginners here. Keep in mind none of this needs to be the way it is here, feel free to use your own methods.
0.2
This article covers the very basics on setting up a working gun, making it aim (and how to make it easy to add other thin…
Ok this may be like the 40th FPS tutorial but I’m going to make this beginner friendly (hopefully). I will not be using OOP but I will still use module scripts
Why did you make a “beginner” tutorial instead of an advanced one?
When I first tried making an fps framework, I didn’t know what to look for and watch out for. I remade my fps framework 3 times to actually make it somewhat usable (it wasn’t great). This tutorial aims to teach you the concept and ideas of how to make one and in no way…
This guide was originally written for scriptinghelpers . The original can be found here .
In this post we will be talking about creating our very own filtering enabled friendly first person shooter (FPS) game. I do want to make clear though that I won’t be covering how to actually make the weapon shoot in this article. All we are going to be covering is the visuals meaning having the character aim down sights, look up and down, etc. Maybe we’ll talk about shooting another day.
Things to take …
These are excellent tutorials and personally helped me a lot and I hope they are helpful to you as well.
1 Like
remiel430
(Remy)
September 2, 2021, 1:36am
#3
You’re a legend, I knew it; Thank you!