Jump to content

luki123luk

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by luki123luk

  1. Whats up, I have a question as to disable całtowicie ScrollBary in ScroolPane. Function is GuiScrollPaneSetScrollBars but she just turns on and shuts down as there is no element in the ScrollPane. Do you have any ideas?
  2. Hello, I have a problem with the function loadString because he wants to call functions as sub-functions from another script by the argument sub-functions Code: function input () outputChatBox("asd") end calling ( input() ) function calling ( func ) loadstring(func)() -- Did not work pcall(func)() -- Did not work outputChatBox("Taken functions: "..tostring(func) ) end
×
×
  • Create New...