|
| 18 Apr 2013 06:20 PM |
I'm asking C&G scripters because Scripting Helpers will take forever and Scripters will just laugh at me so.
If I wanted a GUI where you stepped on a brick for it to pop up, what would that look like
Pannel = game.Workspace.RaiderStore.TouchBrick
function onTouched(part)
idk all I know is that it's fooling around with Visibility but i dunt know how to make that work
clans
:// Add 9K to my Forum Post \\: |
|
|
| Report Abuse |
|
|
thea96
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 37634 |
|
| |
|
| |
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:24 PM |
game.Workspace.RaiderStore.TouchBrick.Touched:connect(function(hit) h = hit.Parent:FindFirstChild("Humanoid") if h then char = h.Parent player = game.Players:GetPlayerFromCharacter(char) game.Lighting.GUI:Clone().Parent = player.PlayerGui end end)
hi im tyrone |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Apr 2013 06:26 PM |
So name it GUI and put in lightning correct
:// Add 9K to my Forum Post \\: |
|
|
| Report Abuse |
|
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:26 PM |
you're welcome btw
put the gui in lighting and name it GUI
hi im tyrone |
|
|
| Report Abuse |
|
|
Pragmatic
|
  |
| Joined: 23 Sep 2010 |
| Total Posts: 12942 |
|
|
| 18 Apr 2013 06:27 PM |
| EW OWNED SO INEFFECIENT!!!!!!!!!!!!!!!!!!!!111111111111111111 |
|
|
| Report Abuse |
|
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:27 PM |
y'know prag
you still use those ugly functions instead of anonymous functions
so get out lol
hi im tyrone |
|
|
| Report Abuse |
|
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 18 Apr 2013 06:27 PM |
Owned has it down
efficiency ... aint nobody got time fo dat |
|
|
| Report Abuse |
|
|
Pragmatic
|
  |
| Joined: 23 Sep 2010 |
| Total Posts: 12942 |
|
|
| 18 Apr 2013 06:29 PM |
not really anonymous functions, it's just putting the actual function instead of going
function poop() end
game.Players.ChildAdded:connect(poop)
instead you'd go
game.Players.ChildAdded:connect(function(p) end)
but ok and I only use those becuz im lazy |
|
|
| Report Abuse |
|
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:30 PM |
thats ugly
anonymous functions are pretty like a princess
hi im tyrone |
|
|
| Report Abuse |
|
|
Pragmatic
|
  |
| Joined: 23 Sep 2010 |
| Total Posts: 12942 |
|
|
| 18 Apr 2013 06:31 PM |
if "anonymous" functions is playing with coroutine, then it's not rly anonymous
like
coroutine.create()
coroutine.resume() |
|
|
| Report Abuse |
|
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:33 PM |
aint nobody got time fo dat
hi im tyrone |
|
|
| Report Abuse |
|
|
coolalbet
|
  |
| Joined: 06 Nov 2011 |
| Total Posts: 4879 |
|
|
| 18 Apr 2013 06:33 PM |
functions are col
2 + 2 = a print(a)
my favorite script |
|
|
| Report Abuse |
|
|
Pragmatic
|
  |
| Joined: 23 Sep 2010 |
| Total Posts: 12942 |
|
| |
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 18 Apr 2013 06:35 PM |
thats not a function
hi im tyrone |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2013 06:37 PM |
that just made my day
Bᴜɪʟᴅᴇʀ |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2013 06:40 PM |
| the scripters forum is full of egotistical morons |
|
|
| Report Abuse |
|
|