New Scratcher Joined 4 years ago United States
Print("Hello, World!")For i = 1,#game.Players:GetPlayers() dolocal player = game.Players:GetPlayers()[i]local tag = instance.new("BooleanValue")
tag.Name = "IsPlaying?"tag.Value = truetag.Parent = playerendif player.IsPlaying.Value = true thenPrint("Let the games begin..")end