crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
|
| 05 Apr 2014 09:08 PM |
| I know there are some people who have games that run on a type of leader board that when you touch a destination(ex. a spawn) you get on point. For example, I believe some Obstacle Courses run on this system. I'm an olddie on ROBLOX and I'm used to the running Obstacle Courses with team system, but I'd like to convert it to the new one, but I don't know how and I'm sure it has to do with the script put into the game. Any help will be greatly appreciated. |
|
|
| Report Abuse |
|
|
crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
| |
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 09:14 PM |
plr=game.Players.localPlayer; currentValue=plr.leaderstats['leaderboard_name'].Value; script.Parent.Touched:connect(function(a) if a:findFirstChild'Humanoid'then plr.leaderstats['leaderboard_name'].Value=currentValue +1; end)end;
|
|
|
| Report Abuse |
|
|
crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
|
| 05 Apr 2014 09:22 PM |
| Hey, thanks, how do I link it with a spawn brick? |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 09:23 PM |
| You mean a brick that's already in the game? just insert basic object 'Script' into the part |
|
|
| Report Abuse |
|
|
crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
|
| 05 Apr 2014 09:28 PM |
| Well my idea is to create spawn points that when they are touched you get a point added onto your score. The score is your level basically, I also don't have a script for leader board for the score. I don't know if you've played the game Wipe Out but if you haven't maybe try it and you'll understand what I mean. I would really love to learn how to do that because I have a great idea for a new game. |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 09:40 PM |
| You could use roblox's default leaderboard and just change the 'KOs' and 'Wipeouts' to whatever you want and use my script.. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:48 PM |
| Posting a link... i didnt make it i take no credit... |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:50 PM |
Includes spawn leaderboard and lava. credit to the maker. i do not make this.
http://www.roblox.com/Obby-Starter-Kit-item?id=116737987 |
|
|
| Report Abuse |
|
|
crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
|
| 05 Apr 2014 09:50 PM |
@trans
Do I insert your script into a regular brick or a spawn point?
@Mc
What. |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 09:53 PM |
| yes insert it then use a leaderboard from someone and change the ['leaderboard_name'] to the leaderstats name (Value) ex: KOs, Points |
|
|
| Report Abuse |
|
|
| |
|
crisayala
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 315 |
|
|
| 05 Apr 2014 09:57 PM |
| Thanks to both of you allow me to test both. I'll update you as soon as I'm done :) |
|
|
| Report Abuse |
|
|