Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help with a Murder game Startup Script?

Asked by 10 years ago

Hi all, Here's my current script for a Murder Game All the objects referenced are in lighting and used by other working scripts

When I run this, I get no error or anything I commented a bit out to test it on solo

Code \/

01math.randomseed(tick())
02 
03function testPlayerNum()
04local counter = 0
05    for i,v in pairs(Game.Players:GetChildren()) do
06        counter = counter + 1
07    end
08    if counter >= 3 then
09        return true
10    else
11        return false
12    end
13end
14debounce = false
15while wait() do
View all 90 lines...

lol my ends could become ascii art :3

0
Do you really think it's wise to make ANOTHER Murder game? Also, please give us a line number. Perci1 4988 — 10y
0
It's not going public, and the lines i commented out are 8,10,11,12 unix_system 55 — 10y

Answer this question