iyarkonan
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 189 |
|
|
| 22 Oct 2011 09:42 PM |
1. I need a door that only allows specific teams to enter. 2. I need a script that makes words appear on the screen. 3. Whatever I need for a CTF game.... including a kill script (if you even need one, i don't know). 4. How to make a non-kill area.
Please tell me how to insert these scripts into ROBLOX Studio. Also, if some of these belong in the building forum, then sorry. By the time I would've posted this, I would've forgotten my questions. I have short-term memory loss. So please answer these for me and tell me the script I need! And if there are any other necessary scripts, please tell me. Or PM me the answers. Either way I would appreciate your help. |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 22 Oct 2011 09:52 PM |
You can't ask for requests, but I'll give you pieces of the code for each.
1. if Player.TeamColor == Team.TeamColor then Enter() end
2. waitTime = 2 -- Time to wait msg = Instance.new("Message", Workspace) msg.Text = "Text" wait(waitTime) msg:Remove()
3. game.Players.Player.Character:BreakJoints() -- One method game.Players.Player.Character.Humanoid.Health = 0 -- Another method game.Players.Player.Character.Head:Remove() -- Third method And others.
4. Magnitude would probably work.
- Canadian Idiot - |
|
|
| Report Abuse |
|
|
zazw3
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1238 |
|
|
| 22 Oct 2011 10:21 PM |
| If you pm me i can tell you how to make some of them probably but im not making it for you... |
|
|
| Report Abuse |
|
|
iyarkonan
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 189 |
|
|
| 23 Oct 2011 08:55 AM |
@L2000: do i just copy and paste them? also, is there a website that i could find them all? |
|
|
| Report Abuse |
|
|
myrco1001
|
  |
| Joined: 17 Sep 2010 |
| Total Posts: 2574 |
|
|
| 23 Oct 2011 09:04 AM |
| Noobs these days hopiong to get or find scripts within a helpless position the commander striked out his hand and reached nothing than dead. |
|
|
| Report Abuse |
|
|
Kalandri
|
  |
| Joined: 25 Sep 2010 |
| Total Posts: 26 |
|
|
| 23 Oct 2011 09:08 AM |
If you just copy and paste them they won't work because they aren't completed.
Please just go to the ROBLOX wiki and learn to script there. Scripting is really fun and really easy if you try! I hope you join the world of RBX.lua!
|
|
|
| Report Abuse |
|
|
iyarkonan
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 189 |
|
|
| 23 Oct 2011 12:46 PM |
@myrco: we don't care. don't post anything unless it's useful to a degree. |
|
|
| Report Abuse |
|
|