|
| 28 May 2012 01:48 AM |
I need someone to fix this... I will pay you 100 rbx if you successfully fix this ive tryed and tryed but I just dont know... http://www.roblox.com/Freebuild-The-Land-IntroGUI-READ-DESC-item?id=81962484 |
|
|
| Report Abuse |
|
|
rp069
|
  |
| Joined: 22 Apr 2011 |
| Total Posts: 6206 |
|
|
| 28 May 2012 02:05 AM |
try using this, I just had to click the button twice
if script.Parent.Parent.Parent.Parent:findFirstChild("WelcomeGuiShowed") then script.Parent.Parent:remove() return end
function close() wait() Instance.new("IntValue",script.Parent.Parent.Parent.Parent).Name = "WelcomeGuiShowed" script.Parent.Parent:remove() wait() end script.Parent.WelcomeLabel.Confirm.MouseButton1Down:connect(close) |
|
|
| Report Abuse |
|
|
|
| 28 May 2012 02:12 AM |
Ok thanks ill test it, put this into the button right?
|
|
|
| Report Abuse |
|
|
rp069
|
  |
| Joined: 22 Apr 2011 |
| Total Posts: 6206 |
|
|
| 28 May 2012 02:30 AM |
| replace the Welcome script with that |
|
|
| Report Abuse |
|
|
| |
|