of     1   

trigun879
#539724Saturday, March 01, 2008 2:46 AM GMT

Whats wrong with this it doesnt work? function onTouched(hit) script.Parent.Parent.Go.BodyVelocity.velocity = Vector3.new (0, 100, 0) end script.Parent.Touched:connect(onTouched)
Arrowbic
#539729Saturday, March 01, 2008 2:46 AM GMT

Tis belongs in the Scripting Help forum.
Romulus
#539733Saturday, March 01, 2008 2:47 AM GMT

Dont put a space in between Vector3.new and (0, 100, 0).
nate2800
#539755Saturday, March 01, 2008 2:51 AM GMT

This thread belongs in the scripting help forum. Next time you need help with a script, please post there. As for that script. Don't put a space between Vector3.new and (0,100,0)
trigun879
#539809Saturday, March 01, 2008 3:00 AM GMT

I'm sorry I swear this was scripting help when I was posting sorry
justgoaway1
Top 100 Poster
#539813Saturday, March 01, 2008 3:01 AM GMT

Don't lie either. We have all made the same mistake in the past.

    of     1