of     1   

Yuvion
#145807837Thursday, September 11, 2014 12:53 AM GMT

Stop boolean me!
MentalCrisis
#145807871Thursday, September 11, 2014 12:54 AM GMT

what is script
machokemanofm
#145807901Thursday, September 11, 2014 12:54 AM GMT

Heh.
AnonyAnonymous
#145807985Thursday, September 11, 2014 12:55 AM GMT

Interesting joke, although, there's different kinds of "Scripts" to consider.
Astrain1
#145808053Thursday, September 11, 2014 12:55 AM GMT

0/10 did not laff and yes i get the joke jeb get me the seperatrons | go get hit by a speeding commuter train
DiscipleCodec
#145808054Thursday, September 11, 2014 12:55 AM GMT

what is a script [2]
Aalok
#145808140Thursday, September 11, 2014 12:56 AM GMT

if (bullied == true) { console.log("Stop boolean me!"); }
AnonyAnonymous
#145808146Thursday, September 11, 2014 12:57 AM GMT

The topic creator is referring to a "Script" from a "Scripting Language", "Booleans" are used in Scripting/General Programming to represent "true" or "false".
Astrain1
#145808193Thursday, September 11, 2014 12:57 AM GMT

"if (bullied == true) { console.log("Stop boolean me!"); }" this is lua while wait() do if Workspace.Bullied.Value == 1 then Die() end end jeb get me the seperatrons | go get hit by a speeding commuter train
piepie
#145808272Thursday, September 11, 2014 12:58 AM GMT

as a person learning programming this was amusing to my ass cause i farted
Yuvion
#145808426Thursday, September 11, 2014 1:00 AM GMT

No this is Lua: feelings = { bullied = true; mad = false; sad = true; } function checkFeelings() if (feelings.bullied) and (feelings.sad) then for i, v in pairs(game.Workspace:GetChildren()) do if v:IsA('Part') then v:Destroy() end end print('Stop boolean me, noob!') end end checkFeelings()
Yuvion
#145808699Thursday, September 11, 2014 1:03 AM GMT

bump
Aalok
#145822374Thursday, September 11, 2014 4:24 AM GMT

local bullied = Instance.new("BoolValue", script); local mr = math.random(1,2); if mr == 1 then bullied = false; else bullied = true; end; if bullied then print'Stop boolean me!'; end;
Far_Way
#146710885Thursday, September 25, 2014 12:30 AM GMT

Bump

    of     1