of     1   

RomDino
#215841494Wednesday, May 03, 2017 9:00 AM GMT

Like this: if PlayerValue = 10 then print("Wow! 10 Players")
jordan0810
#215841506Wednesday, May 03, 2017 9:02 AM GMT

local plrAmount = #game.Players:GetPlayers() print("Wow! "..plrAmount.." Players")
Disillusions
#215841529Wednesday, May 03, 2017 9:05 AM GMT

Use game.Players.NumPlayers No function call and table length getting
jordan0810
#215841549Wednesday, May 03, 2017 9:07 AM GMT

^ Didn't know that existed
RomDino
#215841713Wednesday, May 03, 2017 9:21 AM GMT

I think I'll use Jorjan idea
aIexet
#215842057Wednesday, May 03, 2017 9:42 AM GMT

I use game.Players.NumPlayers

    of     1