of     2   
chevron_rightchevron_rightchevron_right

Yosters
#59961477Wednesday, December 21, 2011 11:41 PM GMT

Yea im trying to make Mw3 roblox edition but i need like a map changer.What script would i use?
swimguy777
#59961529Wednesday, December 21, 2011 11:41 PM GMT

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::]-
Trapper4O77
#59962264Wednesday, December 21, 2011 11:52 PM GMT

Shut up swimguy. First, you need to create each map, then put them in Lighting. ~Trappee?Trapper~
Trapper4O77
#59962323Wednesday, December 21, 2011 11:52 PM GMT

Once again your sig proves wrong, swimguy. ~Trappee?Trapper~
swimguy777
#59962371Wednesday, December 21, 2011 11:53 PM GMT

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::]-
smurf279
#59962380Wednesday, December 21, 2011 11:53 PM GMT

are you trying to make a map changer with guis or hints and messages?
Yosters
#59962473Wednesday, December 21, 2011 11:54 PM GMT

Ya
Trapper4O77
#59962577Wednesday, December 21, 2011 11:56 PM GMT

Swimguy, if you had noticed, I said FIRST put them in lighting. I'm not done yet. ~Trappee?Trapper~
smurf279
#59962578Wednesday, December 21, 2011 11:56 PM GMT

. . .
swimguy777
#59962652Wednesday, December 21, 2011 11:57 PM GMT

@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::]-
Trapper4O77
#59962667Wednesday, December 21, 2011 11:57 PM GMT

Ya for hints, or ya for Guis? ~Trappee?Trapper~
Trapper4O77
#59962750Wednesday, December 21, 2011 11:59 PM GMT

Swimguy, he can at least study it, and use said knowledge for future project. ~Trappee?Trapper~
swimguy777
#59962826Thursday, December 22, 2011 12:00 AM GMT

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::]-
Trapper4O77
#59962902Thursday, December 22, 2011 12:01 AM GMT

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~
Trapper4O77
#59962943Thursday, December 22, 2011 12:02 AM GMT

Swimguy, or you could be nice and help him out. ~Trappee?Trapper~
swimguy777
#59963047Thursday, December 22, 2011 12:04 AM GMT

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::]-
Trapper4O77
#59963144Thursday, December 22, 2011 12:05 AM GMT

I'm helping him out. Once again I said NEXT, do this, meaning, I'm STILL not done yet. ~Trappee?Trapper~
swimguy777
#59963225Thursday, December 22, 2011 12:06 AM GMT

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::]-
iBaconButty
#59963419Thursday, December 22, 2011 12:10 AM GMT

lol swimguy xD
Trapper4O77
#59963458Thursday, December 22, 2011 12:10 AM GMT

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~
Trapper4O77
#59963532Thursday, December 22, 2011 12:12 AM GMT

Swimguy, I don't hear a complaint from him. ~Trappee?Trapper~
swimguy777
#59963577Thursday, December 22, 2011 12:12 AM GMT

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::]-
Trapper4O77
#59963613Thursday, December 22, 2011 12:13 AM GMT

Also, swimguy, the third question wouldn't be valid, first of all, he wouldn't know about errors. ~Trappee?Trapper~
Trapper4O77
#59963658Thursday, December 22, 2011 12:14 AM GMT

You are getting annoying swimguy. ~Trappee?Trapper~
swimguy777
#59963793Thursday, December 22, 2011 12:16 AM GMT

" 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::]-

    of     2   
chevron_rightchevron_rightchevron_right