of     1   

TangosDown
#49220539Friday, June 24, 2011 3:31 AM GMT

========================================== Touching Event ( Instnce Part) Description: Fired when another part comes in contact and stays in contact with this object. Example: function whileTouching() print("This part is being touched") end script.Parent.Touching:connect() ========================================== While the Part is being touched by a player, it will continually print an output. This could be used for many other things, such as setting a player's WalkSpeed to a lower number while on a treadmill, to simulate an actual treadmill. These are just examples, I'm sure you can think of other way this could be used. Now, I know this can already be done, but this would be much easier and more practical. ==========================================
dribson
#49220609Friday, June 24, 2011 3:33 AM GMT

Maybe a button that only releases something while it's being touched, like an alarm you have to hold down. I agree. Support.
TangosDown
#49221474Friday, June 24, 2011 3:49 AM GMT

Bump.
TangosDown
#49227305Friday, June 24, 2011 6:30 AM GMT

Bump.
DerProgrammierer
#49228319Friday, June 24, 2011 7:13 AM GMT

While part.Touched true wait() end ....
OBF
#49228648Friday, June 24, 2011 7:29 AM GMT

@pugzy Lolwhat? @OP Agree but disagree. brick.WalkOver Arguments passed: player. brick.WalkOn Arguments passed: player. brick.WalkOff Arguments passed: player, duration.
TangosDown
#49229028Friday, June 24, 2011 7:47 AM GMT

@OBF So would it be better to have an Untouched event, like how Corecii said on my other thread? WhileTouching = function() print("Touching") end Touching = false Touched = function(t) Touching = true repeat wait() WhileTouching() until not Touching end Untouched = function(t) Touching = false end
OBF
#49229103Friday, June 24, 2011 7:51 AM GMT

Yes. Like the Button1Down/Up/Click events of a HopperBin. ~Sorcus
pridak245
#49229314Friday, June 24, 2011 8:02 AM GMT

So basically Robloxians gather at a game and touch each other?
TangosDown
#49229359Friday, June 24, 2011 8:06 AM GMT

@pridak245 Yes.
OBF
#49229387Friday, June 24, 2011 8:07 AM GMT

@pridak No. Not at all. GOBWEY. ~Sorcus
TangosDown
#49229412Friday, June 24, 2011 8:08 AM GMT

Well, I'm logging off right now... VALVe just made TF2 free forever. ._.
pridak245
#49229415Friday, June 24, 2011 8:08 AM GMT

I'm joking. :3

    of     1