Help with basic Murder Mystery game script

Edited script again, try it. I’m really sorry I’m at mobile so I has some mistakes.

1 Like

I just ran it, didn’t work again…

1 Like

Last try it now will work I edited if it will not work I cant help you anymore

1 Like

Just do this:

while true do
	local num = #plrs:GetChildren()
	if num > 1 then
		-- round starting
	else
		-- wait for more players
	end
end
2 Likes

Are you using a regular script in a screengui?

1 Like

Yes, this is a regular script :face_with_raised_eyebrow:

1 Like

You can try this too

1 Like

This worked! Thank you! :grin: :grin:

You all helped a lot though :laughing: