Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 19 Mar 2014 03:48 PM |
Can someone please fix this for me? I have NO idea why this does not work- when i -- it out it does work fine, just the if statement for some reason does not. Please tell me what is wrong
plr = game.Players.LocalPlayer ID = 150151110 votevalue = 1 GPS = Game:GetService("GamePassService") if GPS:PlayerHasPass(plr,ID) then votevalue = 2 end |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
| |
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 19 Mar 2014 05:42 PM |
| PlayerHasPass can only be used server-side last time I checked (aka not in a LocalScript). |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 19 Mar 2014 05:47 PM |
| so what should i use instead? |
|
|
| Report Abuse |
|
|