#Help for GUI/Script Problem
1 messages · Page 1 of 1 (latest)
why would it open? its hard to see in this format but i dont see a user input service event
I think for some reason he has it in a separate local script, which then fires to a server script, and then back to this one or something. Or at least that's what I'm assuming from this bit:
ShopEvent.OnClientEvent:Connect(function()
if ShopFrame.Visible then
Animations:AnimateFrame(ShopFrame, false)
else
Animations:AnimateFrame(ShopFrame, true)
end
end)
No idea why on earth he would do that, though
yeah got to see the other script if thats the case
thanks for the help but i ended up just re aranging and sorting everything into the same order as my previous gui which worked, so it works now