of     1   

tornado4adam
#189292590Tuesday, May 17, 2016 8:56 PM GMT

Here you go: An event to add a false player name on the default leaderboard: This would be a nice feature for games such as The Normal Elevator or Survive the Disasters. What you could do is make a SetCore event for this. Reset Event: Very useful for if you want to make it so something happens when someone resets. Which leads me into my next topic... Disabling Menu Option: SetCore idea, disables the menu or atleast the reset button. Very useful for games that want you to stay alive. I will reply to the post if i find anymore ideas!
tornado4adam
#189292785Tuesday, May 17, 2016 9:00 PM GMT

Got another: Report Event: With the parameters of who got reported and how, this could be useful for if someone wants to make a marking system for their report. Or, a display for it.
robertwoodsy5115
#189294347Tuesday, May 17, 2016 9:26 PM GMT

support
CPTAndy
#189294518Tuesday, May 17, 2016 9:29 PM GMT

Support.
tornado4adam
#189345186Wednesday, May 18, 2016 9:45 PM GMT

Got another: JoinING event: When a player is JOINING the game, this function fires. This is useful if you want to make it so that when a friend joins, the other friend gets a message saying hes joining (in the game ofcourse). Joining cancelled: When a player stops joining the server, such as when they close the launcher while they are joining the game, this function fires
MessyPixel
#189351321Wednesday, May 18, 2016 11:14 PM GMT

Support, but it should add some little symbol or something next to the name so that players don't get confused.
InklingKidSquid
#189353713Wednesday, May 18, 2016 11:51 PM GMT

"An event to add a false player name on the default leaderboard" already scriptable "Reset Event" humanoid.Died:connect() "Disabling Menu Option" yes let us disable the options menu r+://306838653
InklingKidSquid
#189353795Wednesday, May 18, 2016 11:52 PM GMT

"JoinING event" already exists "Joining cancelled" already exists as the player leaving event r+://306838653
tornado4adam
#189396217Thursday, May 19, 2016 9:29 PM GMT

+Ink Thats from using a custom leaderboard. You cant make it so a scripted event happens when a player name is added to the leaderboard with all the leaderstats n'stuff Humanoid.Died:connect() doesnt tell if the player SPECIFICALLY died from reset I'm talking about the default menu where you customize your settings. Joining and JoinEnded events are not what you think. MY joining and joinended events happen when the roblox launcher is getting the game ready. You know, where it says "ROBLOX Launcher is up to date"
AbstractMadness
#189396687Thursday, May 19, 2016 9:37 PM GMT

he's obviously trolling #code R+ | local RAP = "R$503,196"; local robux = "R$19,945"
HalfPinky456
#189401261Thursday, May 19, 2016 11:00 PM GMT

erm, you can do all of these nothin' like a good argument
MENG0S
#189401440Thursday, May 19, 2016 11:03 PM GMT

Support
InklingKidSquid
#189403794Thursday, May 19, 2016 11:46 PM GMT

"Thats from using a custom leaderboard" no it isn't 1) get hands on leaderboard code 2)make new player 3)disable built-in leaderboard "Humanoid.Died:connect() doesnt tell if the player SPECIFICALLY died from reset" what would be the exact point of this anyway "I'm talking about the default menu where you customize your settings." e x a c t l y "Joining and JoinEnded events are not what you think." they're litterally exactly the same as 2 other existing functions with the exception of joinended being uselessly more strict on it's coding r+://416408889
tornado4adam
#189424488Friday, May 20, 2016 10:33 AM GMT

+Ink I don't want to get in an argument, so i'm not replying to you anymore. 1) get hands on leaderboard code 2)make new player ---> 3)disable built-in leaderboard <---- The event makes you able to add a false player TO THE BUILT IN LEADERBOARD "what would be the point of this anyway?" If you want to kick someone if they reset, or for a puzzle game, this could be useful "e x a c t l y" What do you mean 'exactly'? "they're litterally exactly the same as 2 other existing functions with the exception of joinended being uselessly more strict on it's coding" Alright, im going to do this event in studio now. game.Players.Joining:connect(function(plr) print(plr.Name.." is joining the game!") end)
InklingKidSquid
#189435207Friday, May 20, 2016 5:22 PM GMT

"The event makes you able to add a false player TO THE BUILT IN LEADERBOARD" in which there's no point in adding it if it's already possible ""what would be the point of this anyway?" If you want to kick someone if they reset, or for a puzzle game, this could be useful" i see dying by a trap and kicking them with .Died more useful than this will ever be ""e x a c t l y" What do you mean 'exactly'?" ""they're litterally exactly the same as 2 other existing functions with the exception of joinended being uselessly more strict on it's coding" Alright, im going to do this event in studio now. game.Players.Joining:connect(function(plr) print(plr.Name.." is joining the game!") end)" they have the same exact function with the exception i've already mentioned unless you have anything to say that will have a point don't say it r+://416408889
jumpykilldestroy
#189435777Friday, May 20, 2016 5:35 PM GMT

@inkling theres no way to add fake players to the built in leaderboard with normal localscripts the gui for it is in the coregui the coregui has this property enabled: http://wiki.roblox.com/index.php?title=API:Class/Instance/RobloxLocked "1) get hands on leaderboard code 2)make new player 3)disable built-in leaderboard" its not that simple the leaderboard script is a corescript so it has access to more things than a localscript if you tried to use a localscript to run the leaderboard script then it wouldnt work because it would try to access things it has no access to you would have to rescript most of it
EnragedMoment
#189436076Friday, May 20, 2016 5:42 PM GMT

ink is right most of this stuff is already scriptable i've even done half of it myself
jumpykilldestroy
#189436262Friday, May 20, 2016 5:47 PM GMT

"Disabling Menu Option: SetCore idea, disables the menu or atleast the reset button. Very useful for games that want you to stay alive." you cant disable the menu but you can stop people from resetting by changing the name of their humanoid to something else "Report Event: With the parameters of who got reported and how, this could be useful for if someone wants to make a marking system for their report. Or, a display for it." seems really abuseable since most of the time people shouldnt know if you reported someone take a display like you said for example it could lead to harassment for the person who was reporting "JoinING event: When a player is JOINING the game, this function fires. This is useful if you want to make it so that when a friend joins, the other friend gets a message saying hes joining (in the game ofcourse)." if mean for joining the same server then http://wiki.roblox.com/index.php?title=API:Class/Players/PlayerAdded otherwise support because it could be useful

    of     1