of     1   

RobinsHssm
#123482067Sunday, January 19, 2014 5:52 AM GMT

I was thinking about making an inventory gui, and to open you press 'e'. GUI's called: "Inventory" inventory = game.workspace.Inventory.open if inventory == false then key "e"..... I don't know WHAT to do. >.<
RobinsHssm
#123482451Sunday, January 19, 2014 5:59 AM GMT

I feel useless. :-(
PiggyJingles
#123483030Sunday, January 19, 2014 6:08 AM GMT

Have you EVER scripted before? Inventories aren't great for starting out.
RobinsHssm
#123483134Sunday, January 19, 2014 6:09 AM GMT

I know SUPER basics.
PiggyJingles
#123483216Sunday, January 19, 2014 6:10 AM GMT

Learn loops, arrays, functions, conditions (if statements) first.
adark
#123483247Sunday, January 19, 2014 6:11 AM GMT

Start from the top, not using any code speak. What, *exactly*, are you trying to accomplish? Too exact is perfect.
RobinsHssm
#123483256Sunday, January 19, 2014 6:11 AM GMT

Okay. Thanks. :D
RobinsHssm
#123483325Sunday, January 19, 2014 6:12 AM GMT

I want to make an inventory GUI which is easy, but I want to make it so when you press the 'e' key the inventory gui will open.
PiggyJingles
#123483533Sunday, January 19, 2014 6:15 AM GMT

plrmouse = game.Players.LocalPlayer:GetMouse() open = false function keyDown(key) if key == "e" then if open then game.Players.LocalPlayer.PlayerGui.Inventory.Visible = false else game.Players.LocalPlayer.PlayerGui.Inventory.Visible = true end plrmouse.KeyDown:connect(keyDown)
RobinsHssm
#123483878Sunday, January 19, 2014 6:20 AM GMT

That doesn't work.
PiggyJingles
#123483955Sunday, January 19, 2014 6:21 AM GMT

Well, is it in a LocalScript? What are you calling the GUI?
PiggyJingles
#123483994Sunday, January 19, 2014 6:21 AM GMT

Oops, also add 2 ends after the first one. I'm starting to lose it. Getting late. x.x
RobinsHssm
#123484086Sunday, January 19, 2014 6:23 AM GMT

lol, Yes its a local script, and the GUI's called "Inventory"
Goulstem
#123488981Sunday, January 19, 2014 8:00 AM GMT

'Master Scripter' *applause* ._. Go Home.
robomax11
#123489072Sunday, January 19, 2014 8:02 AM GMT

^ yea @OP get out u lie liar the shible say if ppl lie they get aten by doge's pet human douge
Crakkitty
#123490806Sunday, January 19, 2014 8:52 AM GMT

OP is an idiot tbh, made multiple threads asking for help whilst being in a 'Master Scripter' group, ugh.

    of     1