i am trying to make a capture the flag game but i don’t know how to make the flag attach to the player and how to make only one team be able to grab the flag and have a spot to put it down can some one give me a script.
http://unity3d.com/support/documentation/ScriptReference
Don’t ask for scripts, if you want someone to write something for you go and pay a programmer to do it (trust me no one is going to work for you for free). If you want to learn, check that link out, you’ll need to read it! Not knowing how to program and try to make a game is like not knowing how to run and trying to run track. A game is code, nothing more, it’s just that Unity, a game engine, has A LOT of stuff already there for you to build from. For starters I’ll learn Javascript, it’s easier and I use it too, but for more complex stuff you’ll probably need to use C#. There’s plenty of tutorials and documentation everywhere, just look around. Good Luck!