YostersJoin Date: 2011-04-23 Post Count: 59 |
Yea im trying to make Mw3 roblox edition but i need like a map changer.What script would i use? |
|
|
One that you've made yourself. I don't care if you can't script, go here:
http://wiki.roblox.com
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
Shut up swimguy.
First, you need to create each map, then put them in Lighting.
~Trappee?Trapper~ |
|
|
Once again your sig proves wrong, swimguy.
~Trappee?Trapper~ |
|
|
Why are you telling me to shut up? Your post wasn't as helpful as mine was. I gave him a link to a place where he can learn to script. All you did was tell him to put stuff into lighting, which does nothing unless you make a program to bring them back.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
smurf279Join Date: 2010-03-15 Post Count: 6871 |
are you trying to make a map changer with guis or hints and messages? |
|
YostersJoin Date: 2011-04-23 Post Count: 59 |
Ya |
|
|
Swimguy, if you had noticed, I said FIRST put them in lighting. I'm not done yet.
~Trappee?Trapper~ |
|
smurf279Join Date: 2010-03-15 Post Count: 6871 |
. . . |
|
|
@Trapper
And none of your instructions will make sense to him if he doesn't know how to script. Even if you give him the code directly, he won't learn anything from it.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
Ya for hints, or ya for Guis?
~Trappee?Trapper~ |
|
|
Swimguy, he can at least study it, and use said knowledge for future project.
~Trappee?Trapper~ |
|
|
Or, he can go to the wiki and learn everything he needs and learn to code a map changer, and teach him that he can't just wander in here and expect us to give him specific instructions about everything he ever needs done.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
NEXT, create a script changing that parent of your map. NOTE: your map must be in one model.
To change the parent:
if Map1.Parent==game.Lighting then
map1.Parent=game.Workspace
end
Do this repeatedly, and add a wait() between each one, to wait a period of time before changing the map.
~Trappee?Trapper~ |
|
|
Swimguy, or you could be nice and help him out.
~Trappee?Trapper~ |
|
|
if Map1.Parent==game.Lighting then
map1.Parent=game.Workspace
end
Why the == in the first line, but not the second?
What is Map1?
Why Map1 and map1? Why does this make it error?
Why have an end?
Answer those questions. He's not learning anything from what you gave him, even if he thinks he is.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
I'm helping him out. Once again I said NEXT, do this, meaning, I'm STILL not done yet.
~Trappee?Trapper~ |
|
|
Again, you're not grasping the concept that YOU'RE NOT HELPING HIM. You just throw this stuff at him even though you KNOW that he doesn't get what's going on. You leave so many unanswered questions that your 'help' does more harm than good.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
|
Map1 is the variable standing for the model in game.lighting
You use == when stating something, it compares one to the other.
You use = when you are changing a characteristic of something
You add 'end' to stop the statement 'if' above. Otherwise it wouldn't stop, and screw up your script.
You use the 'Map1' twice, because on the first line, you were comparing one to the other, on the second line, it is actually changing something about the 'Map1'
Any other questions?
~Trappee?Trapper~ |
|
|
Swimguy, I don't hear a complaint from him.
~Trappee?Trapper~ |
|
|
Where did Map1 come from?
What do you mean 'stating something'?
What do you mean 'changing the characteristic of something'?
Does anything else need an end?
What does that even mean?
I have several others that come from those, so please, keep going.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
Also, swimguy, the third question wouldn't be valid, first of all, he wouldn't know about errors.
~Trappee?Trapper~ |
|
|
You are getting annoying swimguy.
~Trappee?Trapper~ |
|
|
" I don't hear a complaint from him."
Because he's offline.
And you are equally as annoying. You don't realize that your teaching tactics are not good. You can't just throw a bunch of code at someone and say DO DIS CUZ IT WURKS. They have to be able to understand what you're saying, so you gotta teach them the veeeery basics of everything, including the terminology. Then you gotta let them figure out how to make stuff like this by themselves.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|