
FE Gun Rocket Launcher Help - Scripting Support - Roblox
May 28, 2024 · And I’m not looking for hit scan weapons (weapons with bullets that travel instantly), but rather a projectile with a customizable speed and gravity traveling from the gun to the where the it points at, much like the Grenade Launcher or the Rocket Launcher from TF2.
How should I go about making my own rocket launcher ... - Roblox
Nov 12, 2023 · -- Initialization local remote = script.Parent.RemoteEvent -- Reference to a RemoteEvent in the parent of the script local tool = script.Parent -- Reference to the parent of the script (presumably a tool) local rocketSpeed = 200 -- Speed of the rocket -- Event Handling remote.OnServerEvent:Connect(function(plr, pos) -- Rocket Creation and ...
How To Make A Rocket Launcher - Community Tutorials - Roblox
Jul 1, 2020 · Hello! In this tutorial I will teach you how to make a rocket launcher, lets get started. First you will need a rocket launcher parts/union/part, and a rocket part/union. Setting Up Needed Items After you have those you want to name your rocket launcher “Handle” (or if your rocket launcher is multiple parts then name one of them “Handle”) and put it into a tool. For the …
Roblox Rocket Launcher Remodel: Free 3D Asset
Mar 17, 2022 · Roblox’s Rocket Launcher Re-Model Although there is already an amazing rocket launcher remodel, I wanted to create a rocket launcher that felt closer to the classic than the previous one I just mentioned. Everything but the handles are in smooth, I made the handles low-poly in case anybody wants to change them or if they need better guidance for animations + …
Issue making rocket launcher - Scripting Support - Roblox
Aug 10, 2020 · You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! I want a rocket launcher that if the rocket touches something, and that something is a part it will get un-anchored What is the issue? Include screenshots / videos if possible! The rocket explodes, but nothing else …
Making a rocket launcher work - Scripting Support - Roblox
Jan 31, 2021 · I have alot of scripts here and I dont think they go in code review. I want these scripts to make a rocket in rs close to the workspace and go to the mouses position and if it comes in contact with anything except the player or the tool. Server script in tool: local tool = script.Parent local fireEvent = tool:WaitForChild("Fire") …
Rocket launcher script buggy? - Scripting Support - Roblox
Sep 17, 2021 · Hi everyone, so I have this simple rocket launcher script and it’s running a few issues. When I try this rocket out against a player, they don’t instantly die when they come in contact with it, it takes a few hits and proper angles to aim the rocket and by chance when it hits them, their humanoid joints get broken and they die. Also, if I hit the rocket launcher near …
Any way to make rocket launcher kills count towards ... - Roblox
Dec 23, 2021 · The Rocket Launcher may not insert a CreatorTag upon the Target upon impact, & there has to be a function for when a Character specifically dies to check for that said CreatorTag to properly increase the Player’s Kills by +1
Rocket Launcher Script - Scripting Support - Developer Forum
Sep 19, 2022 · Hello, so I’m having three problems with this script The explosion won’t explode unless it hits the ground but won’t if it hits a player/dummy The ammo gui doesn’t change to the current ammo I don’t want the player to die to their own rocket I can’t figure out how to fix that though Client Side local tool = script.Parent local handle = tool:WaitForChild("Handle") local …
Classic roblox rocket launcher kills you
Jun 6, 2020 · Make it so the classic roblox rocket launcher does not kill yourself. It kills other players including the local player. I have tried using if statements for when the rocket is shot it will make you immune but that did not work. I’m curious if there is a wiki post on this because I cannot figure this out and idk what the issue is. I have been playing around with the classic roblox …