|
| 24 Nov 2011 08:26 AM |
| Since I'm quitting after I log out I'll make scripts for you, making my final mark. |
|
|
| Report Abuse |
|
|
| |
|
austin615
|
  |
| Joined: 02 Jan 2013 |
| Total Posts: 125 |
|
|
| 24 Nov 2011 09:04 AM |
Bomb Plant Script
ex. I want it so you have to be touching a brick, on a certain team (Red), and holding E for 5 seconds. I'll handle what happens after that. Thanks! |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:06 AM |
| I want a script that prevents you from quitting :3 |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:10 AM |
Pokemon:
banned={"NOOB"}--Put people you want to ban function onEnter(player) for i,v in pairs(banned) do if v:lower()==player.Name:lower() then player:remove() end end game.Players.ChildAdd:connect(onEnter) |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:10 AM |
| At austin I don't know what you mean :P |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:11 AM |
@Admiral:
shadowsoulforever.Quitting:remove() |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:11 AM |
its
game.Players.ChildAdded:connect(onEnter) |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 09:12 AM |
Sorry yea add
game.Players.ChildAdded:connect(onEnter)
|
|
|
| Report Abuse |
|
|
austin615
|
  |
| Joined: 02 Jan 2013 |
| Total Posts: 125 |
|
|
| 24 Nov 2011 09:18 AM |
Better explanation I hope:
if "Touch/colission script here"
and
if "Team checker script here"
and
function onKeyDown( e )
wait(5)
and if not function onKeyUp( e ) then
end mouse.KeyDown:connect(onKeyDown) |
|
|
| Report Abuse |
|
|
austin615
|
  |
| Joined: 02 Jan 2013 |
| Total Posts: 125 |
|
| |
|
|
| 24 Nov 2011 09:37 AM |
I want a script that
upon red flagstand being touched
find a humanoid within the thing that hit it (if its a block or a player)
if humanoid, make sure the player is in team Bright blue
if so, enable game.Workspace.ScriptDump.BlueVictory
--------------------
Can you make that script?
|
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 10:45 AM |
| A simple hit marker script would be good... |
|
|
| Report Abuse |
|
|
jonman11
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 3386 |
|
|
| 24 Nov 2011 10:51 AM |
I want a script for this:
I plan on making a building game where you have a big building to build in each. I want a clean up script that cleans up ONLY that building when they chat "clean up".
If you have to make the building too, make it 100 wide, 100 long, and 50 high. Color do not matter. |
|
|
| Report Abuse |
|
|
jango464
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 4913 |
|
|
| 24 Nov 2011 10:52 AM |
| A simple kill command script. |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 24 Nov 2011 01:27 PM |
| when u press a key on the keyboard the attack happens |
|
|
| Report Abuse |
|
|
| |
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 24 Nov 2011 02:29 PM |
| How about a character selection script, not like the free modeled ones but when you enter it shows 4 players that you must select to play. Also how about a script that can't damage players on the same team but can only damage players on the other team. |
|
|
| Report Abuse |
|
|