of     1   

icecafe33552
#31286120Tuesday, August 10, 2010 1:00 AM GMT

game.Workspace.Player.Humanoid.Health = 0
BirdWhisperer
#31286287Tuesday, August 10, 2010 1:02 AM GMT

*Claps* GOOD FOR YOU.
clarke079
#31286773Tuesday, August 10, 2010 1:08 AM GMT

Thats not a script thats a command...
LPGhatguy
Forum Moderator
#31289114Tuesday, August 10, 2010 1:33 AM GMT

Good job! Have you learned for/while mechanics yet? @Clarke079 Yeah, it's a script. Who knows, it has the chance of being put into a larger picture, or a game.
Scorpfin
#31289611Tuesday, August 10, 2010 1:39 AM GMT

commands = scripts :P
LPGhatguy
Forum Moderator
#31289662Tuesday, August 10, 2010 1:39 AM GMT

I'm pretty sure the ROBLOX definition of "command" is something parsed by a script.
Scorpfin
#31289699Tuesday, August 10, 2010 1:40 AM GMT

A loopkill would be: while true do wait() game.Workspace.Player.Humanoid.Health = 0 end
Scorpfin
#31289755Tuesday, August 10, 2010 1:40 AM GMT

Yeah, but what we define as commands are literally scripts.
LPGhatguy
Forum Moderator
#31289963Tuesday, August 10, 2010 1:43 AM GMT

Commands can be a subset of scripting, which is a subset of assembly, which is a subset of machine code. I guess it's a compramise.

    of     1