|
| 17 Feb 2014 02:12 PM |
Okay so, I want to make a 2x point script, I have most of it done. Im not an advanced scripter, I just started. Please fix this for me! The errors are about everywhere. Theres also a script where I give them the points:
player.leaderboard.Points.Value = player.leaderboard.Points.Value+(player.Model.Extra.Value*20)
--------------------------------------------------------------------------- Heres the other script!
function newPlayer(player) local Model = Instance.new("Model" , game.Players) local gamepass = Instance.new("NumberValue" , game.Players) gamepass.Parent = Model gamepass.Name = "Extra" gamepass.Value = 1
end
player = game.Players:FindFirstChild(char.Name) GPS = Game:GetService("GamePassService") gpid = 141655579
if GPS:PlayerHasPass(player, gpid) then player.Model.Extra.Value = 2
end
THANKS!! :D |
|
|
| Report Abuse |
|
| |
| |
| |