Who is online?
In total there are 8 users online :: 0 Registered, 0 Hidden and 8 Guests None
Most users ever online was 234 on Sun Jul 25, 2021 6:56 pm
Log in
Latest topics
» Members of the wasteland!by Defaultio Sat Jan 23, 2010 7:48 am
» What happened?
by Jam12467911 Mon Oct 12, 2009 8:25 am
» I quit
by Jam12467911 Mon Oct 12, 2009 8:23 am
» What's your Favorite Hat of all time?
by Lheaven Wed Oct 07, 2009 5:30 am
» hello everyone..
by rockeness Mon Oct 05, 2009 1:50 pm
» Favourite Band?
by drea_girl Wed Sep 30, 2009 1:57 am
» I survived another giant tornado.
by Lheaven Wed Sep 23, 2009 8:33 pm
» Martial Arts
by Lheaven Wed Sep 23, 2009 8:31 pm
» KIng of teh hillz!
by Lheaven Wed Sep 23, 2009 8:31 pm
Need a trampoline script.
5 posters
Page 1 of 1
Need a trampoline script.
Im making my wipeout obby, and i need to make teh big ballz teh bouncy..
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
You don't even need a script for that. I'll tell you how, hold on.
Microsoftdude- Moderator
- Posts : 759
RoPoints : 28991
Join date : 2009-07-21
Re: Need a trampoline script.
o.O orlynao? I'm sorry im not to big on this "scripting/building" business xD.
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
The script is easier to explain so here:
Put that in the brick.
- Code:
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)
Put that in the brick.
Microsoftdude- Moderator
- Posts : 759
RoPoints : 28991
Join date : 2009-07-21
Re: Need a trampoline script.
Microsoftdude wrote:The script is easier to explain so here:
- Code:
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)
Put that in the brick.
Nice touch up
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
New request. how do i make a tippy brick?
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
TubbyBanana wrote:New request. how do i make a tippy brick?
just get it from elamons SFOTH
Re: Need a trampoline script.
Its copy protected. How do you copy things from peoples places?
IM AM 09R!
IM AM 09R!
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
NVM got it.
TubbyBanana- Level 5
- Posts : 297
RoPoints : 28361
Join date : 2009-07-21
Location : A Banana.
Re: Need a trampoline script.
Microsoft you totally copyed a trampoline script xD
Zepfur- Level 1
- Posts : 11
RoPoints : 27986
Join date : 2009-07-29
Age : 31
Location : Canada
Re: Need a trampoline script.
I got it from the wiki. XDZepfur wrote:Microsoft you totally copyed a trampoline script xD
Microsoftdude- Moderator
- Posts : 759
RoPoints : 28991
Join date : 2009-07-21
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum