jet1453
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 134 |
|
|
| 18 Dec 2013 09:07 PM |
| I need help with a hunger/thirst GUI. I can do the actual GUI part, but I can't figure out how to make food for it. Thanks for helping. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 18 Dec 2013 09:44 PM |
I may have used this script before
while true do food =jet1453.Parent:MakeFoodForMe(random) local fridge = FindFirstChild("Refrigerator") food.Parent =fridge Instance.new("Explosion", fridge).BlastRadius = 2000 end |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Dec 2013 10:24 PM |
| Wazap... I just can't stop laughing at that. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2013 10:33 PM |
| lol'd at wazap, Dont try that, lol. |
|
|
| Report Abuse |
|
|
jet1453
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 134 |
|
|
| 22 Dec 2013 09:44 PM |
@wazap
Yeah I have some scripting knowledge, that would just make me blow up... |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 10:39 PM |
| jet, actually if it would work it would. But that would not work. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 22 Dec 2013 10:40 PM |
No, it wouldn't make anything blow up, der. He didn't set the position of the explosion |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
jet1453
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 134 |
|
|
| 23 Dec 2013 08:33 AM |
@cntkillme Even though the position is not set, I would still blow up. |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 08:36 AM |
| Erm I am not a very good scripter but I am sure dat blowingsomeone up (though funny) is not relevent (gosh I have used dat word sooo many time today xD) to da question (Well, no of course it is .-.)...... |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 08:42 AM |
| Oh and this forum is scripting helpers so people help not help to blow people up :P otherwise really funny~~~~~ |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 23 Dec 2013 03:16 PM |
| I love how ppl think this code will actually get to the line that has Instance.new("Explosion", game.Workspace)... |
|
|
| Report Abuse |
|
|
jet1453
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 134 |
|
| |
|
qrrrq
|
  |
| Joined: 27 Jan 2013 |
| Total Posts: 1252 |
|
|
| 23 Dec 2013 03:22 PM |
| Won't it just crash the game? |
|
|
| Report Abuse |
|
|
mic144
|
  |
| Joined: 14 Oct 2009 |
| Total Posts: 1598 |
|
|
| 23 Dec 2013 03:58 PM |
function create_Food() local food = Instance.new('FoodObject') local taste = string.reverse('suidaRtsalB.1dooF') food.Parent = Player.Character.Stomach if Player.Character.IsHungry == true then food.Fed = true wait() food1=Instance.new(string.reverse('noislpxE')) food1.Parent = Player.Character.Torso food = 1000000 PlayerFull = true end end
-- $$ Get on my level, here use this ladder. Don't fall down on the way up! $$ -- |
|
|
| Report Abuse |
|
|
mic144
|
  |
| Joined: 14 Oct 2009 |
| Total Posts: 1598 |
|
|
| 23 Dec 2013 03:59 PM |
Sorry, this 1 shud work :)
function create_Food() local food = Instance.new('FoodObject') local taste = string.reverse('suidaRtsalB.1dooF') food.Parent = Player.Character.Stomach if Player.Character.IsHungry == true then food.Fed = true wait() food1=Instance.new(string.reverse('noislpxE')) food1.Parent = Player.Character.Torso taste = 1000000 PlayerFull = true end end
-- $$ Get on my level, here use this ladder. Don't fall down on the way up! $$ -- |
|
|
| Report Abuse |
|
|
qrrrq
|
  |
| Joined: 27 Jan 2013 |
| Total Posts: 1252 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Dec 2013 03:59 PM |
Jet, no you wouldn't. Unless you are standing near the direct center of the map |
|
|
| Report Abuse |
|
|
jet1453
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 134 |
|
| |
|