of     1   

12packkid
#87375744Sunday, January 20, 2013 11:39 AM GMT

These two events would be, onLooked, and LookedEnded. You put these in a part, and whenever a player looks directly at the part, it does something to them. EXAMPLE: function onLooked(look) if look.Parent:findFirstChild("Humanoid") then if look.Parent.Humanoid ~= nil then look.Parent.Humanoid.Health = 0 end end end script.Parent.onLooked:connect(look) -Sentinel 12packkid of The Lycan Empire -www.roblox.wikia.com/Wiki/User:12packkid
12packkid
#87391760Sunday, January 20, 2013 5:05 PM GMT

Support?
incredy
#87391913Sunday, January 20, 2013 5:07 PM GMT

Yes, so something is trigged when you look at dat part. SUPPORT LIKE A PROSK! Like in Slenderman c:. ~Logic makes sense~
Skassss
#87392494Sunday, January 20, 2013 5:15 PM GMT

This is possible to script. You don't need any events. wiki.roblox.com
Skassss
#87482498Monday, January 21, 2013 5:15 PM GMT

Plus you can also check if the player's mouse is over the part. wiki.roblox.com

    of     1