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 |