HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
i have a textbutton named "open"
inside of it, I have a script
and a frame called "Full Hollow"
This is the script
local Button = script.Parent
Frame = script.Parent.Parent.Full Hollow
function onClick()
if Frame.Visible == false then
Frame.Visible = true
elseif Frame.Visible == true then
Frame.Visible = false
end
end
Button.MouseButton1Click:connect(onClick)
What is wrong?
|
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
~Get Radekt |
|
ZeveIJoin Date: 2012-09-29 Post Count: 8176 |
Whats the exact location of the shop and button?
कोओल बेअन्स म्8 ओw अरे उ तोदज दो उ लिके म्ज सिग्ग्ज फ्र्न्द्? | cool beans m8 how are u today do u like my siggy frnd? |
|
|
If an objects name has any non alphanumeric/underscore characters, or starts with a number, you have made a mistake somewhere. |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
to clarify:
i have a starterGUi
in that, I have a frame called "Open"
in that I have a textbutton
in that I have 3 frames and a script
The script was the one that I posted
When I click on the"open" frame, I want the 3 frames to appear.
What am I doing wrong?
~Get Radekt |
|
|
What I am saying is that
"a frame called "Full Hollow""
Don't. |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
ok, i made it "fullhollow"
still does not work
~Get Radekt |
|
|
Well what does the output say? |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
16:53:43.088 - Auto-Saving...
Loading Cutscene Editor...
16:53:43.277 - Unable to load plugin icon. Image may have an invalid or unknown format.
16:53:43.277 - Unable to load plugin icon. Image may have an invalid or unknown format.
16:53:43.414 - Plugin_142731176._Char:15: attempt to index local 'myPlayer' (a nil value)
16:53:43.414 - Stack Begin
16:53:43.414 - Script 'Plugin_142731176._Char', Line 15
16:53:43.415 - Stack End
16:53:44.119 - WER is not a valid member of Model
16:53:44.120 - Script 'Workspace.Model.Model.Swivel.Script', Line 13
16:53:44.120 - Stack End
16:53:44.120 - WER2 is not a valid member of Model
16:53:44.120 - Script 'Workspace.Model.Model.Wpart.Script', Line 13
16:53:44.121 - Stack End
16:53:44.121 - Motor is not a valid member of Workspace
16:53:44.122 - Script 'Workspace.Plane.Engine.MasterScript', Line 3
16:53:44.122 - Stack End
LandMine Script Loaded
16:53:44.138 - Players.Player.PlayerGui.SnowGUI.Raycast:1: unexpected symbol near '19'
16:53:44.140 - fullhollow is not a valid member of Frame
16:53:44.141 - Script 'Players.Player.PlayerGui.Play Screen Gui.Frame.open.Script', Line 2
16:53:44.141 - Stack End
EPIK CHEZ
16:53:44.224 - Unable to create an Instance of type "StockSound"
16:53:44.224 - Script 'Plugin_142296237.CutsceneEdit.Plugin', Line 58 - global addSound
16:53:44.224 - Script 'Plugin_142296237.CutsceneEdit.Plugin', Line 65
16:53:44.225 - Stack End
16:53:44.617 - httpGet https://api.roblox.com/gametransactions/getpendingtransactions/?PlaceId=177067364&PlayerId=68740046 failed. Trying again. Error: HTTP 403 (Forbidden). Elapsed time: 0.456335
~Get Radekt |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
Also, in each of the three frames, there is a button.
~Get Radekt |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
~Get Radekt |
|
HerrStarkJoin Date: 2014-09-09 Post Count: 364 |
,
~Get Radekt |
|
|
I suggest you look in my place called "Scripting Tutorials"
http://www.roblox.com/Scripting-Tutorials-NEW-TUTORIAL-1-11-place?id=167257678
It's uncopylocked obviously. |
|