Broken button within my tycoon

Hello,

I am trying to finish making my tycoon. But, I have a product button that is already purchased no matter if I rebirth or not (clearing the whole entire tycoon)

It should be available to purchase once reaching the top floor.

I have removed everything possible, but when I do, it removes walls within the tycoon, making me have to fix this.

I get no errors in dev console, at any time.

More photos



1 Like

Can you show me what is the button? I couldn’t identify it from the pictures.


Is that what you meant?

1 Like

Not that actually. Can you send me a picture with the button within the studio view, not the Explorer view?

I am already viewing the button

1 Like

Do you mean play test? I’m helping @2664k, so I’m trying to understand what you mean

Exactly. That is what I mean.

char limit lololol

1 Like

Yes, the character limit kind of sucks. Alright thanks!

What are we supposed to do here?

  • There is a lack of info
    Besides the Button being broken, there is no Script, no identification of an error line, or an image relevant to an error

  • No Real Specification on an error
    The Only error i see is loadstring() is not available

There is no script here, and just showing an Image of the Button doesnt help here

There is no button, only the object.

Is there any client-sided script that somehow mentions loadstring()? If there is, try changing it to a server-sided script, since loadstring() doesn’t works on the client. Try using one of these two modules that do run loadstring() on the client:

  1. vLua 5.1 (improved VM) - Roblox
  2. Lua VM - Roblox