Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Id loader is not working and won't load my shirts?

Asked by 3 years ago

When I run my code the shirt is not invisible a dose not show here is my code:

local frame = script.Parent.Parent:WaitForChild("AvatarEditorMainFrame") local ToggleAvEditorBtn = script.Parent.Parent:WaitForChild("ToggleGui")

local SubmitBtn = script.Parent:WaitForChild("SubmitBtn") local TextBox = script.Parent:WaitForChild("TextBox") local ShirtValue = script.Parent.Parent:WaitForChild("ShirtId")

script.Parent:WaitForChild("Close").MouseButton1Click:Connect(function() script.Parent.Visible = false frame.Visible = true ToggleAvEditorBtn.Visible = true end)

SubmitBtn.MouseButton1Click:Connect(function() ShirtValue.Value = "http://www.roblox.com/asset/?id="..TextBox.Text end)

0
add code block. Dovydas1118 1495 — 3y

Answer this question