#ye help with bug

27 messages · Page 1 of 1 (latest)

marsh thicket
#

what's the bug bruh

glad cliff
#

Didnt u alr make a post about this and i said its because ur referrncing the popup as a direct child of playergui

#

Also on one of the tweenpositions u put cript instead of script

#

And u didnt put a end to the mousebutton1click event listener

knotty frigate
#
local buttons = script.Parent.Parent.Parent:GetDescendants()

script.Parent.Parent.MouseButton1Click:Connect(function()
    for i, v in pairs(buttons) do
        if v: IsA("TextButton") then 
            v.Visible = false
        end
    end

    cript.Parent.Parent.Parent:TweenPosition(UDim2.new(0.013, 0,1, 0), "InOut", "Quad", 1,true)
    script.Parent.Parent.Parent.Parent.Title:TweenPosition(UDim2.new(0.266, 0,-1, 0), "InOut", "Quad", 1,true)
end)
wait(1)

script.Parent.Parent.Parent.Parent.Popups.SettingsPopup:TweenPosition(UDim2.new(0,0,0,0), "InOut", "Quad", 1, true)
#

not fixed

#

just putting like this so easier to read

#

uhhhhhhhhhh

#

use three of these `

#

then you put

#

lua

#

after those three

#

and then you close it off using another three of those

#
print('hello world')
#

ye put lua after the first three tho

#

so it color codes it

#

not on the line

#

like literally next to them

#

``lua

#

like that

#

except three of those `

#
print('poop')
#

[the three things here]lua
code here
[the closing three things here]

#

yes perfect

#

yes

agile basin
#

Could u take another screenshot with the lines where the error is happening