Felonous
|
  |
| Joined: 14 Feb 2012 |
| Total Posts: 798 |
|
|
| 23 Jun 2014 11:33 PM |
| I am extremely bad at scripting, and the tutorial is extremely hard to understand to me. Could somebody please tell me what I need to do?? |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 11:34 PM |
| To script takes many months to learn, you must start little by little, what do you need right now, remember keep it simple. |
|
|
| Report Abuse |
|
|
Alpal425
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 214 |
|
|
| 23 Jun 2014 11:34 PM |
(MUCH EASIER THAN NORMAL WIKI TUTORIAL): http://wiki.roblox.com/index.php/Scripting_Book
It's where I'm learning from. |
|
|
| Report Abuse |
|
|
Xephyric
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 2270 |
|
|
| 23 Jun 2014 11:36 PM |
http://wiki.roblox.com/index.php?title=Points_tutorial This seems to make sense to me. Is this the tutorial you were using?
|
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 11:38 PM |
I thought he said PP as in P.P people need to stop using faces. |
|
|
| Report Abuse |
|
|
Xephyric
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 2270 |
|
|
| 23 Jun 2014 11:39 PM |
Oh, that was a face? Oh well |
|
|
| Report Abuse |
|
|
| |
|
Felonous
|
  |
| Joined: 14 Feb 2012 |
| Total Posts: 798 |
|
|
| 23 Jun 2014 11:41 PM |
I don't know any terms whatsoever about scripting. I can build, but I just can not get into scripting.
What I am asking for is how would I access the Player Points server thing? I don't know how to describe it besides the place where you see your games PP amount and how to give pp to a person. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 11:44 PM |
ps = game:GetService("PlayerPointsService") if ps:GetAwardblePoints()>=NUM then ps:AwardPoints(plr,num) end
or something
http://wiki.roblox.com/index.php?title=Points_tutorial |
|
|
| Report Abuse |
|
|
Felonous
|
  |
| Joined: 14 Feb 2012 |
| Total Posts: 798 |
|
|
| 23 Jun 2014 11:45 PM |
| Guys I dont get the tuitorial you keep linking to, I dont understand ANY of it. |
|
|
| Report Abuse |
|
|
Xephyric
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 2270 |
|
|
| 24 Jun 2014 12:06 AM |
| What island said, "ps = game:GetService("PlayerPointsService")" is how you access the player points 'server' (if that's what it is) |
|
|
| Report Abuse |
|
|
ThaneDev
|
  |
| Joined: 08 Apr 2009 |
| Total Posts: 1600 |
|
|
| 24 Jun 2014 12:22 AM |
| Yep, exactly what Island said. |
|
|
| Report Abuse |
|
|