#e
1 messages · Page 1 of 1 (latest)
minigum
man this looks really unfinished
the gun is really tiny, there's no sound variation at least that i can tell
lacks features
do this before playing your shooting sound:
local sound = blah blah blah
sound.PlaybackSpeed = Random.new():NextNumber(0.9, 1.1)
sound:Play()
also i havent got a clue what Random.new() or :NextNumber do, but it works for me
basically math random
Random.new():NextInteger(Min, Max)
math random but with decimals