null
nil
-
true
-0.5
0.5
0
0
-0.5
0.5
4
0
194
4.5
55.5
-158
-1
0
-0
-0
1
-0
-0
0
-1
true
false
0.5
1
0.300000012
-0.5
0.5
0
0
-0.5
0.5
0
0
false
256
BounceCrate
0
-0.5
0.5
0
0
0
0
0
-0.5
0.5
0
0
0
0
0
0
true
1
15
3
18
-
false
Bouncy
function onTouch(part)
local h = part.Parent:findFirstChild("Humanoid")
if (h ~= nil) then
part.Parent.Torso.Velocity = Vector3.new(0, 70, 0)
wait(0.2)
part.Parent.Torso.Velocity = Vector3.new(0, 0, 0)
end
end
button.Touched:connect(onTouch)
true
-
5
Bouncy Crate
20
0
true
-
2
Bouncy Crate
20
0
true
-
3
Bouncy Crate
20
0
true
-
0
Bouncy Crate
20
0
true
-
1
Bouncy Crate Top
20
0
true
-
4
Bouncy Crate Top
20
0
true
-
false
Script
function onTouched(part)
if part.Parent ~= nil then
local h = part.Parent:findFirstChild("Humanoid")
if h~=nil then
h.Parent.Torso.Velocity=Vector3.new(0,200,0)
wait(0.5)
end
end
end
script.Parent.Touched:connect(onTouched)
true