of     1   

Porygon24
#26528691Monday, May 31, 2010 2:57 AM GMT

I made a green question mark a 50 speed Race car a trampoline-Here is that script- local v = 200 function onTouched(part) -- when the brick gets touched if part.Parent ~= nil then -- if it's human local h = part.Parent:findFirstChild("Humanoid") if h~=nil then h.Parent.Torso.Velocity=Vector3.new(0,v,0) -- shoot your humanoid in the air at v speed wait(0.5) -- wait this long end end end script.Parent.Touched:connect(onTouched) -And i made a dance floor easy script.Thogh that i use free modles some times the one i like is the penguin morph its a ice penguin not exactaly bus that what i made so ill make more ok.

    of     1