of     3   
chevron_rightchevron_rightchevron_right

Shadow2o1
#1265738Sunday, June 08, 2008 3:10 AM GMT

I was wondering if anyone knew how to make it so that part of the leaderboard could be put in a hit, like in "Stealth Pilots Community".
commander79
#1266032Sunday, June 08, 2008 3:32 AM GMT

No one is gona share this with you unless your willing to pay
Kashi
#1266057Sunday, June 08, 2008 3:34 AM GMT

I would help you for free, but I gtg soon. Maybe if you already have a leaderboard set up, I could edit it for you.
commander79
#1266063Sunday, June 08, 2008 3:34 AM GMT

Could you do me too then XD
Kashi
#1266074Sunday, June 08, 2008 3:35 AM GMT

If you have a leaderboard all ready, I could edit it for you...
commander79
#1266086Sunday, June 08, 2008 3:36 AM GMT

Ok ill publish it and give the link hold on
commander79
#1266116Sunday, June 08, 2008 3:39 AM GMT

Kashi
#1266149Sunday, June 08, 2008 3:42 AM GMT

Ok, what exactly do you want me to display as a hint?
commander79
#1266182Sunday, June 08, 2008 3:44 AM GMT

Yeah and it only displays what you have.
Kashi
#1266211Sunday, June 08, 2008 3:47 AM GMT

So you want each person to be able to see how much money they have in a hint? Couldn't they just look at the leaderboard this script is making>?
commander79
#1266223Sunday, June 08, 2008 3:49 AM GMT

i want a hint T^T i love hints i hate leaderboards cause noobs always go WHOA YOU HAVE ALOT OF BLAH.
Kashi
#1266367Sunday, June 08, 2008 4:01 AM GMT

Ok, well what you'd have to do is change the way you document how much cash everyone has. You'd need a script like this: ----------------------------------- print("Cash Stuffs running!") function onPlayerEntered(newPlayer) wait(.5) local cash = Instance.new("IntValue") cash.Name = "Cash" cash.Value = 25 cash.Parent = newPlayer end game.Players.ChildAdded:connect(onPlayerEntered) ----------------------------------- and you'd have to change the things (like coins or whatever else you touch) that change the amount of money you have. You'd basically have to take out the step that looks for "leaderstats", so it just looks for "Cash" in their player. Then you'd also need a script like this (that might have to be fixed): ----------------------------------- local p = game.Players:children() for i=1, #p do local cash = p:findFirstChild("Cash") if cash ~= nil then local hint = new.("Hint") if p.Character ~= nil then hint.Text = cash.Value hint.Parent = p.Character end end end
Kashi
#1266374Sunday, June 08, 2008 4:02 AM GMT

That's as far as I can help you tonight, sorry.
Shadow2o1
#1268614Sunday, June 08, 2008 12:36 PM GMT

Any chance you could edit this script to work as a hint? ------------------------------------------------------------------------------------------------------------ function onPlayerEntered(newPlayer) wait(.5) local stats = Instance.new("IntValue") stats.Name = "leaderstats" local wood = Instance.new("IntValue") wood.Name = "Wood" wood.Value = 25 local stone = Instance.new("IntValue") stone.Name = "Stone" stone.Value = 25 wood.Parent = stats stone.Parent = stats stats.Parent = newPlayer end game.Players.ChildAdded:connect(onPlayerEntered)
Shadow2o1
#1268623Sunday, June 08, 2008 12:38 PM GMT

...and sorry I didn't help earlier, it was late when I posted this....
commander79
#1282758Monday, June 09, 2008 2:35 PM GMT

BUMPITY!
commander79
#1283242Monday, June 09, 2008 3:16 PM GMT

BUMPITY!!
commander79
#1283246Monday, June 09, 2008 3:17 PM GMT

Sorry its just that i really want this leaderboard
commander79
#1283330Monday, June 09, 2008 3:25 PM GMT

BUMP!!!
stealth100
#1283344Monday, June 09, 2008 3:27 PM GMT

Wow you must realy want this leaderboard XD
commander79
#1283358Monday, June 09, 2008 3:28 PM GMT

Ya think!
commander79
#1290005Monday, June 09, 2008 11:57 PM GMT

BUMP!!!!!!!!!!!!!!!!!!!!!!!!!!
commander79
#1290013Monday, June 09, 2008 11:58 PM GMT

Omg come on someone has to help us >_< kashi's doesnt work V_V
commander79
#1293386Tuesday, June 10, 2008 4:16 AM GMT

Omg BUMP!!!!!!!!!!!!!!!!!
commander79
#1297213Tuesday, June 10, 2008 4:48 PM GMT

For pete sake BUMP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    of     3   
chevron_rightchevron_rightchevron_right