of     1   

AgentBloxxer
#532647Thursday, February 28, 2008 1:50 AM GMT

bin=script.Parent function onKeyDown(key) if key~= nil then key = key:lower() local p = game.Players.LocalPlayer if (key=="r") then p.Character.Humanoid.Health = 0 end if (key=="h") then p.Character.Humanoid.Health = 100 end end end function onSelected(mouse) print("Selected") mouse.Icon = "rbxasset://textures\\GunCursor.png" key.KeyDown:connect(function() onKeyDown(key) end) end bin.Selected:connect(onSelected)
lavamaster
#532858Thursday, February 28, 2008 2:28 AM GMT

remove key = key:lower()
AgentBloxxer
#533597Thursday, February 28, 2008 1:33 PM GMT

Ok thanx
AgentBloxxer
#533679Thursday, February 28, 2008 2:55 PM GMT

It didn't work ='( I think it's got to do with the key down connection.
AgentBloxxer
#533684Thursday, February 28, 2008 2:59 PM GMT

Ok, now I'm going to give a reward of 1000 tix or 100 bux (need builders club or you can't get money)
coelho714
#533697Thursday, February 28, 2008 3:09 PM GMT

key.KeyDown:connect(function() onKeyDown(key) end) This line. Change to key.KeyDown:connect(onKeyDown)
coelho714
#533698Thursday, February 28, 2008 3:10 PM GMT

Plus, sorry for double, but change in the same line too, the key at the start, and change for mouse. mouse.KeyDown:connect(onKeyDown)
AgentBloxxer
#533702Thursday, February 28, 2008 3:11 PM GMT

Will it be the tix or the bux?
coelho714
#533705Thursday, February 28, 2008 3:12 PM GMT

Robux. =P
AgentBloxxer
#533707Thursday, February 28, 2008 3:13 PM GMT

Ok make a shirt for 100 bux right now.
coelho714
#533714Thursday, February 28, 2008 3:14 PM GMT

AgentBloxxer
#534397Thursday, February 28, 2008 9:21 PM GMT

Bought it ^_^

    of     1