of     1   

GUItests
#14773319Tuesday, September 29, 2009 1:19 AM GMT

local i = 0 local Per = script.Parent.Parent.Parent.Parent clone = nil clicker = script.Parent.Parent.Parent.Parent local Gm = clicker.PlayerGui.GuiMain local Rf = Gm.Health.HealthTB local sp = script.Parent print("Ready") function click() print("Clicked") if i == 1 then print("Cloning") Rf = clone Rf.Parent = Gm.Health script.Parent.HealthTB.Text = ..Per.Character.Humanoid.Health.. i = 0 elseif i == 0 then print("Removing") clone = Rf:clone() Rf:remove() i = 1 end end script.Parent.MouseButton1Down:connect(click) Its the health disply. I know but whats wrong. Output is empty.
Andrez192
#14773447Tuesday, September 29, 2009 1:21 AM GMT

I didn't understand a word of that. Maybe someone in scripting help will know...
ChaosEmporer
#14773471Tuesday, September 29, 2009 1:22 AM GMT

Wrong forum.
Yayofangamer
#14773732Tuesday, September 29, 2009 1:28 AM GMT

wrong forum
Darkstarkirby
#14773781Tuesday, September 29, 2009 1:29 AM GMT

Wrong forum. Go to SH.
LeeTV
#14774289Tuesday, September 29, 2009 1:40 AM GMT

Wrong forum.

    of     1