XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:17 PM |
| Hey I'm just wondering how to make a shop GUI button on your screen so you can buy upgrades and stuff like that. |
|
|
| Report Abuse |
|
|
| |
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:21 PM |
| wow so helpful. You know what I mean, so try not being a smartas about it. |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:21 PM |
Help the poor guy What upgrades u want
|
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:22 PM |
| guns, extra walkspeed, and extra health. I have the body armors I just need to find out how to put them into the game for extra health. |
|
|
| Report Abuse |
|
|
|
| 26 Apr 2014 09:23 PM |
Merp
--local script local player = game.Players.LocalPlayer local itemToBuy = game.ServerStorage.Tool:clone() local cost = 100
script.Parent.MouseButton1Click:connect(function() if player:FindFirstChild("leaderstats") then local p = player.leaderstats.Points if p.Value >= cost then itemToBuy:clone().Parent = player.Backpack p.Value = p.Value - cost end end end) |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:23 PM |
Ok But what do you mean BodyArmor I can just make a BillboardGUI above somebody's head saying their health and walkspeed and name xc |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:24 PM |
Alt Leave You missed your chance I'm helping him now |
|
|
| Report Abuse |
|
|
|
| 26 Apr 2014 09:28 PM |
| ...Blade, you couldn't make a working script if your life depended on it. |
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:28 PM |
| so by body armor I mean different stuff that shows up on his body (like clothing except 3d) that improves his health. |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:29 PM |
Well the armor isn't too necessary I don't know how you want to put it on because that sounds pretty hard cx |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:30 PM |
Alt oh yeah?
while true do wait(5) print('lol') end
boosh |
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:30 PM |
| ok then, I could just have different items that increase your health. |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:31 PM |
ok I'll get to work on it but one question what is the leaderstat called? |
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
| |
|
| |
|
magoo8
|
  |
| Joined: 25 Apr 2009 |
| Total Posts: 1122 |
|
|
| 26 Apr 2014 09:35 PM |
Easy
for i=1, 10101010 do print("I need to learn Lua!") end |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:37 PM |
| What is the leaderstat called? |
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:38 PM |
| Requisition Marks is the form of currency (1 kill rewards you with one Requisition Mark) |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:39 PM |
Is it in those caps? It must be specific. |
|
|
| Report Abuse |
|
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:40 PM |
| I want it to say (Requisition Marks) in those exact caps |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
| |
|
XaiverVI
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 40 |
|
|
| 26 Apr 2014 09:50 PM |
| ok thank you, I'll mention you in my game for this. |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 26 Apr 2014 09:55 PM |
oh should I make prices or you? if you, PM me health(value, price), walkspeed(value, price), or Weapon(name, position) |
|
|
| Report Abuse |
|
|
|
| 26 Apr 2014 10:03 PM |
Game:GetService("RunService").RenderStepped:connect(function() print("beat that suckers") end)
Droid.Alert("IK ANDROID SCRIPTING YAY") |
|
|
| Report Abuse |
|
|