|
| 14 May 2014 03:51 PM |
How do you make a game so that when you get 6 KOS you get 1 Player Point?
i don't know how to script. |
|
|
| Report Abuse |
|
|
Phyclops
|
  |
| Joined: 27 Sep 2012 |
| Total Posts: 5895 |
|
|
| 14 May 2014 03:52 PM |
| http://wiki.roblox.com/index.php?title=Points_tutorial |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:55 PM |
@Phycops
I have read that blog a thousand times, i don't get it. |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:56 PM |
| Because you dont know how to script and youre starting with Player Points! |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:56 PM |
sensei, seems like you are criticizing there. hypocrite.
|
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:57 PM |
| Can somebody here help me? |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:57 PM |
| Im not criticizing, Im pointing out that he doesnt know scripting and he wants to start with Player Points, which is why he doesnt get it. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 03:58 PM |
Its fairly easy to do. Want something back for it now though. |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 03:59 PM |
| Vlek get out of this forum if you keep charging people |
|
|
| Report Abuse |
|
|
Phyclops
|
  |
| Joined: 27 Sep 2012 |
| Total Posts: 5895 |
|
|
| 14 May 2014 04:01 PM |
vlek you should just stop go to lmad if you want to charge people for things that they could easily get using free models or scripting themselves in like 30 seconds |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:06 PM |
game.Players.PlayerAdded:connect(function(p) repeat wait() local stat = p:FindFirstChild("leaderstats"):FindFirstChild("KOs") until stat local Old = stat.Value stat.Changed:connect(function() local New = stat.Value if New == Old + 6 or New > Old + 6 then Old = Old + 6 game:GetService("PointsService"):AwardPoints(p.userId, 1) end end)
Basically just insert that. It SHOULD work and it SHOULD be compatible with leaderboard. But remember, your game needs to PlayerPointa to give, make sure people buy your dev products! |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:07 PM |
Sorry forget an end...
game.Players.PlayerAdded:connect(function(p) repeat wait() local stat = p:FindFirstChild("leaderstats"):FindFirstChild("KOs") until stat local Old = stat.Value stat.Changed:connect(function() local New = stat.Value if New == Old + 6 or New > Old + 6 then Old = Old + 6 game:GetService("PointsService"):AwardPoints(p.userId, 1) end end) end)
Basically just insert that. It SHOULD work and it SHOULD be compatible with leaderboard. But remember, your game needs to PlayerPointa to give, make sure people buy your dev products! |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 04:09 PM |
Im on ipad, so i charge for requests.
Ain't gonna give requests for free while it will take ages before i typed it. |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:10 PM |
| Then get out because nobody charges others on this forum |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 04:18 PM |
Some are willing to pay, and if they're not helped by anyone else for the request I help before they go to LMaD.
Ill be here for to help. And if theyre on the wrong forum, ill be at the wrong forum for that post. |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:19 PM |
| Its too bad there are way more better scripters than you thatll do it for free. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 04:21 PM |
Idm :) I help them they help me.
|
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:22 PM |
I only post on the ford when I'm on iPod XD
Do you see me charging? |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
|
| 14 May 2014 04:24 PM |
Forum XD
iPod makes typos/autocorrect sometimes. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 04:26 PM |
And no I do not ^_^ But I'm BC atm and want to use it while I can. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
|
| 14 May 2014 04:50 PM |
bump
I just had to bump this because of the argument XD |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 04:51 PM |
What argument?
Oh and @vlek I said I do not you. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 May 2014 04:54 PM |
"I only post on the ford when I'm on iPod XD
Do you see me charging?"
"Do you see me charging?"
> No I do not.
:) |
|
|
| Report Abuse |
|
|