of     1   

AmplifiedElio
#228247651Thursday, November 30, 2017 2:27 AM GMT

while true do find player humanoid print "lol i have no idea how to use this please help ;-;" end
TheeDeathCaster
#228247683Thursday, November 30, 2017 2:28 AM GMT

Here's how to go to the ROBLOX wiki on this topic: Alt+F4
gunter5
#228247717Thursday, November 30, 2017 2:29 AM GMT

game.Players.PlayerAdded:connect(function(plr) while wait(1) do -- dont crash yourself buddy if plr.Character:WaitForChild("Humanoid") then print("found "..plr.Name.."'s Humanoid!") end end end)
Shylerz
#228247721Thursday, November 30, 2017 2:29 AM GMT

Public Class karel { public static void main(String[] args) { Robot karel = new Robot(); karel.turnLeft(); karel.move(); karel.pickBeeper(); karel.explode(); } }

    of     1