|
| 17 Jul 2012 01:14 PM |
can someone please tell me why the make orb function of this script dosent work?(its NOT my script im just editing it)
for full script ask me and ill PM it
button20pc=Instance.new("TextButton") button20pc.Parent = frame1p button20pc.Text = "Make Orb"-------------------------------------- MAKE ORB IS HERE-------------------------------- button20pc.Style = 1 button20pc.TextColor3 = Color3.new ( 65025, 65025, 65025) button20pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) button20pc.Position = UDim2.new ( 0.5, 0, 0.1, 0) if script.className=="LocalScript"then button20pc.Visible=true else button20pc.Visible=true end button20pc.MouseButton1Click:connect(function() player1=game.Players:findFirstChild(selected) if player1~=nil then gui1:Remove() script:clone().Parent = game.Players:findFirstChild(selected).Character ddrree95=false owners=player1.Name name = player1.Name .. defname end end)
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 17 Jul 2012 04:58 PM |
| I dont know how to script.Im looking at scritps to check them and see if they have something I need hwne I try to script |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 04:59 PM |
wait..the visible part is transprency = 1--1 is visibe now.....invisible is transperency = 0 |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 05:00 PM |
| Try geting rid of "end)" right at the bottom |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 05:04 PM |
| dont do what i said but it might be the ")" at the bottom I dont know |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 05:34 PM |
Its the end) replace it to end..
Please next time, post a error code if you can? |
|
|
| Report Abuse |
|
|
OwneD1991
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 12623 |
|
|
| 17 Jul 2012 06:30 PM |
| @1518, you need the end), look at this line: button20pc.MouseButton1Click:connect(function() |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 06:48 PM |
| @1598 - This is getting ridiculous. Every single post I've seen from you here is either irrelevant, redundant, or simply incorrect. If you're not going to be intelligent here, I advise you leave. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 06:49 PM |
What's the point of :
if script.className=="LocalScript"then button20pc.Visible=true else button20pc.Visible=true end
?
† KMXD † |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 06:52 PM |
| @Penguin; It's the other way around actually. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2012 07:52 PM |
@knight it used to be if it was local script it waent visibe but i changed it
and the error code is
20:49:55 - PlayerGui is not a valid member of Player 20:49:55 - Script "Players.CrazyKilla15.PlayerGui.LocalScript", Line 2975 20:49:55 - stack end
^^^
the objective is to copy the script(localscript) so it and gives said player the orb
im not great and scripting and dont really understand it but i can edit scripts somewhat
20:50:00 - Players.CrazyKilla15.PlayerGui.LocalScript:2868: attempt to index global 'orbehaa' (a nil value) 20:50:00 - Script "Players.CrazyKilla15.PlayerGui.LocalScript", Line 2868 20:50:00 - stack end
^^ above i dont think paticualy matters |
|
|
| Report Abuse |
|
|