About 11,100 results
Open links in new tab
  1. How to create good bullet tracers - Scripting Support - Roblox

    Jan 27, 2021 · I am currently trying to make bullet tracers. Everything regarding bullet mechanics is done and the current tracer is just a part that I change the scale as it moves. I want to make the bullet leave the barrel in a prettier way. It also isn’t choppy it just doesn’t look real with all the recoil. Currently I am running it on the client and the bullet emerges from the …

  2. How to script Bullet tracers (Beams) - Scripting Support - Roblox

    Jan 22, 2025 · Trying to script a bullet tracer, already made the beam and everything is in place. Though I have one problem, how do I script the beam? Do I just enable the beam for a split second and turn it back off? If it is like that, wouldn’t it be a hassle to keep testing the beam until i get the right exact timing? Is there a more effective way to do this?

  3. Best way to approach bullet tracers? - Scripting Support - Roblox

    Jul 27, 2022 · Currently learning with beams but unsure on how to implement it into my code or on how to even set it up local Gunpart = script.Parent local MuzzleVelocity = 710 local bulletPos = Gunpart.Position local bulletVelocity = Gunpart.CFrame.LookVector*MuzzleVelocity local RunS = game:GetService("RunService") local function fireBullet() local dt = RunS.Stepped:Wait() local RayStepped RayStepped ...

  4. Creating a tracer-like esp? - Scripting Support - Developer Forum

    Sep 9, 2022 · I want to achieve a Tracer ESP for game objectives for an example, like where theres a tracer on the middle of my screen or middle of my mouse pointing to the game’s objectives. Issue is I don’t know what kind of math formula do I need to do to make the UI direct from the middle of my screen to the objectives. I tried a lot of solutions, My math is just not right or I don’t know which ...

  5. How would I create bullet tracers? - Scripting Support - Roblox

    Jun 3, 2021 · Currently on my gun system I’m using raycasts to handle shooting, but my guns don’t yet have tracers. I’d like to add them to spice things up a little bit, but I’m not sure how to. The way I’ve currently thought about is using tweenService to tween the tracers out of the muzzle. Other than that I’ve got no clue. 🙁 Edit 1: I just learned about fastcast, if …

  6. Bullet trail/tracer effect help? - Scripting Support - Roblox

    May 9, 2022 · I’ve been working on my projectile system made from scratch and this seems to be one of the most difficult problems i can’t solve but yet seems to have a simple and easy solution and idk. in my system i set it so that the trajectory of the projectile updates every 1/30th of a second, so essentially its making 30 calculations every second. you don’t need to do more than this because its ...

  7. How to approach bullet tracers? (Ex: Phantom Forces bullet

    Dec 23, 2021 · What I want to achieve is a bullet tracer system just like in Phantom Forces. (Video is from someone) The problem is that I can’t figure out on how to do this, I’ve tried using Beams, they only work if I look at the X axis, even when the Face Camera feature is on. I heard that some users make a 2D bullet tracer system, it really looks like the one from Phantom Forces, I’m not looking for ...

  8. Bullet Tracers For Fast Cast - Scripting Support - Roblox

    Jan 25, 2022 · I am building a realistic weapon using FastCast and the projectile speed is set the the foot/second of the real life identical weapon; however, if the projectile is too fast and the tracers cannot be identified. Are there any solutions that allows the tracers to be visible while having the same projectile speed? I have tried using “trails” instead of …

  9. Getting Bullet Tracers to Spawn Correctly - Scripting Support

    Jan 27, 2019 · At the moment, I am using BodyMovers (BodyVelocity in particular) to move my instantiated bullet tracers in a straight line. In general, this works okay- but there is one prevalent issue which has always been present (even in my previous gun-scripts which used similar methods): the tracers starting ahead of where they should be whenever I fire my guns at a relatively fast fire-rate. As a ...

  10. Need help with server-sided tracers - Scripting Support - Roblox

    Jan 27, 2025 · Due to my minimal scripting skills, I’m unable to understand this particular gun system and cannot even attempt to change stuff myself. I’m currently using a modified version of Sensei’s Gun Kit (Sensei's Gun Kit) and I’m trying to make tracers server-sided, since they’re apparently only client-sided. I assume this script named “BulletServer” has something to …

Refresh