blazer453
|
  |
| Joined: 05 Apr 2009 |
| Total Posts: 1187 |
|
|
| 16 Nov 2012 06:16 PM |
| Does anyone know how to change a gun script so it shows a hit marker decal when you hit a person with a bullet and then go back to the regular crosshair? (Like CoD) |
|
|
| Report Abuse |
|
|
Raphael7
|
  |
| Joined: 03 Dec 2008 |
| Total Posts: 2479 |
|
|
| 16 Nov 2012 06:19 PM |
I have made hitmarkers so I'm going to give you an idea. You know how to change mouse icons? If you do then this would be easy for you.
For the bullet if it touches a person make the bool true. <- This should be in script where bullet is created.
If the bool is true change the mouse icon to your desired one. < This should be in localscript where mouse icons are located. |
|
|
| Report Abuse |
|
|
blazer453
|
  |
| Joined: 05 Apr 2009 |
| Total Posts: 1187 |
|
| |
|