TheProM
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 436 |
|
|
| 02 Sep 2014 01:21 PM |
local t = 0
script.Parent.MouseButton1Click:connect(function() if Game:GetService("GamePassService"):PlayerHasPass(Player, 175478409) then if game.Players.LocalPlayer.leaderstats.Cash.Value >= 300 then if t == 0 then t = 1 game.Lighting.gravcoil:Clone().Parent = game.Players.LocalPlayer.BackPack wait(1) game.Lighting.gravcoil:Clone().Parent = game.Players.LocalPlayer.Starterpack script.Parent.Text = "GravCoil given!" else script.Parent.Text = "This feature is for VIP" end end end end) |
|
|
| Report Abuse |
|
|
TheProM
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 436 |
|
| |
|
Zecrit
|
  |
| Joined: 24 Jan 2013 |
| Total Posts: 2618 |
|
| |
|
TheProM
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 436 |
|
| |
|