of     1   

zacharoy56
#183508085Saturday, February 13, 2016 3:45 PM GMT

Workspace.GameScript:174: bad argument #2 to 'random' (interval is empty) this is my error local sherrif = s[math.random(1,#s)]
wonderful72pike
#183508654Saturday, February 13, 2016 3:53 PM GMT

That means #s is 0.
zacharoy56
#183509410Saturday, February 13, 2016 4:03 PM GMT

so what do i change it to?
cheesecake123456
#183509676Saturday, February 13, 2016 4:07 PM GMT

It means something earlier in your code isn't working, as you have s(a table) that has no values. We can't tell you what to change without seeing where you define s, or where you change it beforehand.
zacharoy56
#183510072Saturday, February 13, 2016 4:12 PM GMT

k ill show you
zacharoy56
#183510147Saturday, February 13, 2016 4:13 PM GMT

this is it for i=1,#p do if i~=mdrr then s[#s+1] = p[i] end end local sherrif = s[math.random(1,#s)]
cheesecake123456
#183510274Saturday, February 13, 2016 4:15 PM GMT

What is mdrr? And I assume p is game.Players:GetChildren()?
zacharoy56
#183510539Saturday, February 13, 2016 4:19 PM GMT

OHHHHHHH I GOT IT NOW THANKS GUYS YOUR THE BEST

    of     1