|
| 13 Sep 2014 02:28 AM |
How to make a starter money gamepass?
Please help me I need it for my tycoon. |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 13 Sep 2014 03:18 AM |
local gps = game:service'GamePassService' game.Players.PlayerAdded:connect(function(player) local ls = Instance.new("Model", player) ls.Name = "leaderstats" local money = Instance.new("IntValue", ls) money.Name = "Money" if gps:PlayerHasPass(player, 000) then -- replace 000 with ur gamepass ID money.Value = money.Value + 50 -- amount of money to add if player has pass end end)
keith | sometimes i troll | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Sep 2014 07:31 PM |
How about a VIP tool + starter money..
I really need your help. THanks. |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 13 Sep 2014 07:34 PM |
local gps = game:service'GamePassService' game.Players.PlayerAdded:connect(function(player) local ls = Instance.new("Model", player) ls.Name = "leaderstats" local money = Instance.new("IntValue", ls) money.Name = "Money" if gps:PlayerHasPass(player, 000) then -- replace 000 with ur gamepass ID money.Value = money.Value + 50 -- amount of money to add if player has pass game.ReplicatedStorage.Tool:Clone().Parent = player:WaitForChild'Backpack' end end)
put a tool in ReplicatedStorage and rename "Tool" in the script to its name
u can call me keith | sometimes i troll | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 13 Sep 2014 07:35 PM |
Just add this after the :HasGamepass or whatever
game.(where you are storing your gun, like lighting or replicatedstorage).GUN_NAME:clone().Parent=player.StarterGear |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 09:38 PM |
This is my last two questions....
-How about a gamepass tool no money added
-And admin gamepass?
Thanks. You two real helped me cause I do not know how to do advanced scripting lately. |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 09:41 PM |
| cmon scripting slaves, script for him. |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 09:44 PM |
| i don't think you ever knew how to script |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Sep 2014 10:19 PM |
| Please. I need the Admin gamepass |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2014 01:25 PM |
| Do you put those scripts in a local script or a regular script? |
|
|
| Report Abuse |
|
|
| |
|