kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 09:26 PM |
Anyone that is available atm, it's for some group scripts. (They are simple and should be rather quickly completed)
Will pay what you desire as long as it is reasonable.
What I'm looking for:
I have a group uniform script, I need it to only equip the uniform for anyone who is not HR. I need another script that counts the number of Knockouts a TEAM has, and when the first team reaches 400 Knockouts, they win and a shout says "___ ___ has won!"
3 teams, Allies, raiders, and Raven Legion. (it must count the Raven Legion and Allies knockouts together as one team) |
|
|
| Report Abuse |
|
|
Falq
|
  |
| Joined: 31 Dec 2007 |
| Total Posts: 2521 |
|
| |
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 09:28 PM |
| Read what I need and offer how much ROBUX i need to pay to get the job done. |
|
|
| Report Abuse |
|
|
Falq
|
  |
| Joined: 31 Dec 2007 |
| Total Posts: 2521 |
|
| |
|
Skyman772
|
  |
| Joined: 20 Mar 2012 |
| Total Posts: 9305 |
|
| |
|
|
| 29 Jul 2014 09:36 PM |
That 400ko system is in free models same as uniform
If your first hand buying then over 1k under 3k |
|
|
| Report Abuse |
|
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 09:37 PM |
| I'll pay 1k if that is enough. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 09:40 PM |
| I didn't offer on doing it, I only told average prices. I'd go to fm's for ok thingy |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 09:40 PM |
i can script for free i can script this idkkk |
|
|
| Report Abuse |
|
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 09:42 PM |
plz i pay u
also i have the uniform script if you want it, i think you can just edit the script by adding a few lines to make it so it only gives the uniform to certain ranks. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 09:47 PM |
game.Players.PlayerAdded:connect(function(Player) If Player:GetRankInGroup(GroupID) < RankNumberOfHR then If Player.Character.Shirt and Player.Character.Pants then Player.Character.Shirt = ShirtAssetID Player.Character.Pants = PantsAssetID end)
This is a rough copy due to 3AM |
|
|
| Report Abuse |
|
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 10:10 PM |
Ginger want 1k for dat? ima check if it works |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 10:13 PM |
| If it works sure. If not I'll work on it when I wake up/get on PC. |
|
|
| Report Abuse |
|
|
cop346
|
  |
| Joined: 16 Jul 2010 |
| Total Posts: 9303 |
|
|
| 29 Jul 2014 10:14 PM |
| @falq i was gonna say u cause ur my bff |
|
|
| Report Abuse |
|
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
|
| 29 Jul 2014 10:17 PM |
it doesnt work but im not sure if i did this right:
game.Players.PlayerAdded:connect(function(Player) if Player:GetRankInGroup(746364) < 40 then if Player.Character.Shirt and Player.Character.Pants then Player.Character.Shirt = "http://www.roblox.com/asset/?id=150356454" Player.Character.Pants = "http://www.roblox.com/asset/?id=150372117" end end end)
|
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 10:19 PM |
| Yeah that's right, if it doesn't work now in a few hours I'll work on it. |
|
|
| Report Abuse |
|
|
kailen
|
  |
| Joined: 18 Sep 2007 |
| Total Posts: 5074 |
|
| |
|