Jump to content

luki123luk

Members
  • Posts

    2
  • Joined

  • Last visited

luki123luk's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  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...