Roblox Script - Da Hood | Show where players are aiming

 


Introduction

I saw tiktoks of people with a script that shows them a beam of where one person is aiming, so I decided to recreate that for fun and because it looks cool. You can do this because DH stores the MousePos as a Vector3Value inside your BodyEffects folder (in your Character). It's mainly used to see if people are using aimlock.


Remarks

  • I made it so it shows the beam for everyone with a gun (including yourself). I left it as "an exercise to the reader" to add the functionality to select certain players to show it for.
  • The code is elegant, so you can probably edit it easily to change things such as the colour


Script:
https://github.com/Stefanuk12/ROBLOX/blob/master/Games/Da%20Hood/AimShow.lua


Created by Stefanuk12


Previous Post Next Post