printHello_World

New Scratcher Joined 3 years, 5 months ago United States

About me

Print("Hello, World!")

For i = 1,#game.Players:GetPlayers() do
local player = game.Players:GetPlayers()[i]
local tag = instance.new("BooleanValue")

What I'm working on

tag.Name = "IsPlaying?"
tag.Value = true
tag.Parent = player
end

if player.IsPlaying.Value = true then
Print("Let the games begin..")
end

What I've been doing

Comments

You have 500 characters left.
  • Comments loading...