of     1   

uknowdudes
#183902469Thursday, February 18, 2016 9:42 PM GMT

So I made a script, i want it to clone a gui from replicatedstorage and also loop to a point where the the thing has disappeared here: s = script.Parent gui = game.ReplicatedStorage.Lol jun = game.Players.LocalPlayer cajun = jun.PlayerGui s.ClickDetector.MouseClick:connect(function() if cajun.Lol == nil then gui:Clone() gui.Parent = cajun end for i = 1,10 do script.Parent.Transparency = script.Parent.Transparency + 0.5 wait(2) end end) Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100
cofunction
#183902580Thursday, February 18, 2016 9:44 PM GMT

Don't you mean if cajun.Lol ~= nil then not "if cajun.Lol == nil then"?
uknowdudes
#183902674Thursday, February 18, 2016 9:46 PM GMT

;-; Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100
uknowdudes
#183902854Thursday, February 18, 2016 9:49 PM GMT

stupid mistake xD, didn't notice it but the thign still doesn't work what shouold i do? Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100
uknowdudes
#183902934Thursday, February 18, 2016 9:50 PM GMT

wait no it was wrong, it's supposed to be that if it IS equal to nil then it should clone the gui Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100
uknowdudes
#183903201Thursday, February 18, 2016 9:54 PM GMT

Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100bu
uknowdudes
#183903655Thursday, February 18, 2016 10:01 PM GMT

nvm i fixed it c; Translate this: 01010101 01101011 01101110 01101111 01110111 01100100 01110101 01100100 01100101 01110011 00100000 01110100 01101000 01100101 00100000 01100010 01100101 01110011 01110100

    of     1