| |
|
| |
|
|
| 08 Mar 2016 04:37 PM |
id expect much
i dont really script im more of a builder
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:38 PM |
| yeah go ask some other forum |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:40 PM |
you have to insert a model in your player called "leaderstats"
in the leaderstats you can have number values with certain names and they'll show up on leaderboard
i have failed life. missed 10k |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:42 PM |
@omega do i just insert a model object and name it leaderstats?
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:43 PM |
http://www.roblox.com/develop/library?CatalogContext=DevelopOnly&Category=Models
Yours Truly, Johnny Dollar |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:46 PM |
@bad
yes
you need a script that adds this value in their player when somebody joins
function onPlayerAdded(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" --insert code that creates intvalues, doubleconstraint, etc --make sure it's parented in the leaderstats end
game.Players.PlayerAdded:connect(onPlayerAdded)
i have failed life. missed 10k |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:49 PM |
do i put the script in the player folder?
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:49 PM |
no, you can put it in workspace
i have failed life. missed 10k |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:51 PM |
it dosent work for me sorry
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:51 PM |
that's because you didn't put anything where i put comments on the script
i have failed life. missed 10k |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:52 PM |
oh
im not that good at scripting sorry
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 04:58 PM |
also i tried to put in the leader stats in manually and it did work
i just dont know how to make it so it implements it in
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2016 05:22 PM |
i just tried making the rest of it like 7 or 8 times and the damn thing still dosent show up
|
|
|
| Report Abuse |
|
|