Hello everyone,
I was working on a premade LUA script of FPS and I found flashlight script, really nice
However I can't make it work in my personal project. I used this part of the script which is completely correct:
--Flashlight
if window:KeyHit(Key.F) then
self.sound.flashlight:Play()...