|
Just like BLOOXERindisguise's Thread, i will make challenges for eople AND test them. My first challenge for you scripters is a gun. Not just a regular gun, but a gun that looks like a rocket launcher, but shoots up far and then comes down and then explodes. Sort of like a catapult. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
umm... that's a very hard first challenge, can you even do that yourself? |
|
|
EASY! I'm not a newb to scripting, like you might THINK! |
|
|
I cant do that easily, but I am challenging you guys. I test it, and i bet a lot of people can. You just have to make a script that changes the "body ___", such as body gyro, and velocity, etc. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
function onTouched(hit)
if (hit.Parent.Humanoid ~= nil) then
game.Workspace.float.BodyForce = (0, 100, 0)
end
script.Parent.Touched:connect(onTouched)
that could work... you should be able to understand it so i won't explain |
|
|
First: Am I supposed to put that in a brick?
If so: It doesnt work when I touch it.
SECOND CHALLENGE!!
__________________________
Make A trampoline that
makes you go down, not up.
Fairly easy, Right?
Not quite. You have to be able to come back to the tramp. You can Make just the script, but if you make the whole tramp, and it works, then you will get extra credit.
P.S. Did i mention the rewards? |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
you're just getting is to make scripts for you, now that's low
function onTouched(hit)
h = hit.Parent:findFirstChild("Humanoid")
if h ~= nil) then
game.Workspace.float.BodyForce = (0, 100, 0)
end
end
script.Parent.Touched:connect(onTouched) |
|
|
No, Im not using these. I just want to see how good people are. It's fun. LOL. |
|
|
Oh, And that makes me go up, not down. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
hmm... cause you sound very specific... |
|
|
By the way, I can learn (SORTA) from reading other scripts. And, it is the next day.
SloMo Rocket Launcher!
-Everybody can have fun with it, and it needs to be the whole tool. It can be published. It may have any extra stuff, like size of rocket, sparkles, rocket launcher Mesh, etc. Have Fun with this one! P.S. I can do this. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
now that sounds fun, i'm gonna try this |
|
|
I did it, too. Im no noob. Or a newb. Watch, ill make it. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
darn me and my limited tool knowledge, i was just gonna edit an existing script, but on free models, there were too many non working ones... so i might just make one from scratch later on |
|
|
Without extras: Change Velocity/BodyVelocty/BodyThrust/Whatever in the script to something like 0.5, thats real slow motion. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
matrix anyone? |
|
LuigiFanJoin Date: 2007-06-18 Post Count: 4143 |
That's stupid. It's so simple that it's sad. All you do is change ONE number in an average rocket script. I guess it could be hard to find this number for some people who don't understand how it works though...
It usually works better if the scripting challange is something people can do with ONE script without using "Instance.new("Script/Model/etc.")" stuff all the time...
=P-LuigiFan-=P |
|
|
Ultimate scripting challenge: Fully automated Homing Rocket Launcher That:
-Fires Real Rocket-like things
-Actually moves using bodyposition velocity and motors
-Fires at the best angle
-Looks cool
Thats the ultimate scripting challenge, But you wouldn't have to make it public to prove its greatness... |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
i became confused... cause i was trying to use one from free models, since you can't be sure that it'll work with a linked launcher, even just changing one thing, but all of the weapons on free models were... well lets just say they weren't normal... |
|
|
I'd like to see you do that, very few people can. But, the next challenge is a script that makes poeple look tall. You have a tall torso, tall arms, and tall legs. Your head is regular size. |
|
|
|
You know, i wanna make another challenge. SO:
A plane. Take a normal plane, but to take off, you press "y", and you float up slowly, then start going forward. You then fly normally.
Oh, and This is fun for me. I watch you guys think up scripts, and I also try to do my own challenges sometimes. |
|