FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:08 AM |
Is there anyone here who won't flip out and get offended if I ask them to script a few things in my game?
Game so far:
http://www.roblox.com/Roblox-Rap-Battles-PRE-ALPHA-place?id=201386156 |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
| |
|
|
| 23 Mar 2015 12:22 AM |
we are not your scripting slaves
i am very offended
Septamology - R$554 - Tx1,966 |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:27 AM |
You can choose however many as you want.
Mic Text - When player speaks text is shown in the middle of the screen. Not the bad text you see in most admin scripts when you say ":m hi", but text that looks nice and isn't intrusive.
Top Score Board - Similiar to what is already in the game but actually works. It has to show the top 10 player's wins of everyone who has ever played, not just in the server.
Group Rank - I have a group associated with this game so I would like whatever the player's rank in the group to be displayed as a banenr above their heads in game. |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
| |
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:28 AM |
| *Whips sept's back* Orlynow >:) |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:29 AM |
| @9draco, which one and name your price |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 23 Mar 2015 12:29 AM |
| Im pretty experienced on the group rank making. |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 23 Mar 2015 12:30 AM |
| Price is for you to name, but make it reasonable. |
|
|
| Report Abuse |
|
|
|
| 23 Mar 2015 12:31 AM |
"Im pretty experienced on the group rank making."
lol http://wiki.roblox.com/index.php?title=GetRankInGroup |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 23 Mar 2015 12:32 AM |
| The way I do it, I can make it that some ranks will be automatically give admins, though you have to name these ranks :P |
|
|
| Report Abuse |
|
|
|
| 23 Mar 2015 12:34 AM |
group = 1337
ranksThatHaveAdmin = { 255, 254, 253 }
function isRankThatHasAdmin(player) for i,v in pairs(ranksThatHaveAdmin) do if v:GetRankInGroup(group) == v then return true end end end |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:34 AM |
| Tbh, the group rank thing is like the easist one, I've seen several free models for it I just didn't want to use them. The mic text is pretty easy too but i'd pay ya something if you did a really nice job. The leaderboard is what Im having the most trouble with. |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
| |
|
|
| 23 Mar 2015 12:35 AM |
| DataStoreService, GetOrderedDataStore |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 23 Mar 2015 12:35 AM |
I dont know if that actually works but I can do something similar to this one :P
EGG/DEV HUNT IS TODAY. |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 12:41 AM |
| I have one made it just has a few glitches. When a player enters it gives them a random # of wins, and since it does that I have like a bunch of people with 100 wins and I dont know how to remove them. Anyone care to troubleshoot? |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
|
| 23 Mar 2015 01:03 AM |
| Will pay for mic text and top leaderboard |
|
|
| Report Abuse |
|
|
| |
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 23 Mar 2015 01:04 AM |
| Im really not interested in troubleshooting but if you want the group leaderboard then PM with the price. |
|
|
| Report Abuse |
|
|
micke3212
|
  |
| Joined: 24 Nov 2009 |
| Total Posts: 3000 |
|
|
| 23 Mar 2015 01:04 AM |
| Lol use me I work for cheap amounts. PM me on your pricing you wish to pay. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 23 Mar 2015 01:54 AM |
| The instant I saw the words "Rap Battle" I lost interest. |
|
|
| Report Abuse |
|
|
FlZlZY
|
  |
| Joined: 07 Jan 2015 |
| Total Posts: 262 |
|
| |
|
|
| 23 Mar 2015 04:51 AM |
Mic Text - This is not possible
Top Score Board - I have a global leaderboard for this
Group Rank - Player:GetRankInGroup, BillboardGui
Happy? |
|
|
| Report Abuse |
|
|
|
| 23 Mar 2015 02:07 PM |
"Mic Text - This is not possible" lol? |
|
|
| Report Abuse |
|
|