I’m trying to make it blind the player when they look at it, but I don’t know how to make it when the player faces their camera towards it
Maybe try using a billboard gui
Aren’t Flashbangs those little portable Light Theme throwers that you can blind other players with? Just clone a ScreenGui
, parent them to anyone who’s near the Flashbang for a couple of seconds & it’ll slowly start to fade disappearing
The simple way would to make a region3, and if the player is in that region then it would pop up with a blank, white gui, maybe slightly visible with a vignette or something or however you want to do it then it would wear off. The only issue with that is that it blinds them in a radius, and will still blind them if they’re looking at it.
Yes, but I don’t really know how to make it blind the player only when they are looking at it when it explodes
try have the flashbang shoot a raycast to a player if they’re in a certain radius, and when the raycast hits them then detect if it hit the front of their humanoidrootpart, if it did then flash them.