of     1   

Niveum
#224073247Tuesday, August 22, 2017 11:55 AM GMT

1. "Why isn't my script working" - Usually gives a limited explanation of what their code does without actually posting it. Gets upset when nobody helps. 2. "How do i do this" - Usually asking about something that got answered yesterday. Falls into subcategories: 2.1 - The kid who is learning to script and has a genuine question [more rare than a unicorn]. 2.2 - Kid who has some scripting knowledge, usually they're doing something super simple in the most overcomplicated way. 2.3 - Can tell the kid has absolutely no knowledge of scripting and no realistic way of acomplishing their goal. 2.4 - The intermediate kid who could have answered their question with a quick wiki search 3. "Works in studio but not online" - Classic. No way the problem has to do with Server-Client restrictions like it always does... 4. "Looking for a scipter" - So. Many. Subcategories. 4.1 - The same kid from 2.3 who gave up and is trying to hire someone with robux 4.1a - Expects to hire an expert level scripter with their daily bc robux 4.1b - Doesn't have any money to pay you right now but will once the game starts earning money 4.2 - The kid who leaves their discord link for more details. 4.2a - Worried their billion robux idea is gonna get stolen. 4.2b - Doesn't want to blatantly attempt to scam someone in public. 4.3b - Needs to feel important by making others come to him. 4.3 - The kid expecting someone to make their script for them, free of charge. 4.3a - Sometimes gets mad when they find out this costs money. 4.4 - The generic rich kid straight out of LMaD who is looking to make a studio for their game idea. 4.4a - Potentially scams you out of scripts 4.5 - The kid who expects to get the script source first then "pay". 4.6 - Generic "best game idea ever, looking for a team" - project wont last longer than 2 days. 4.7 - "Paying [insert robux] for [game component]" - yeah this totally isn't gonna fall through due to unrealistic expectations. 4.7a - Sometimes they'll keep adding on little details until a 1k job is now worth 10k. 5. "Help fix this script" - JUST TELL ME WHATS WRONG. 5.1 - Only posts the one line of code that isnt working. No context. No errors. 5.2 - Posts the entire 500 line script with no hint to where the error is. 5.2a - Bonus points if its a free model script. 5.2a* - extra Bonus points if you've fixed this same error in this same free model before. 6. The vague question about something sorta scripting related. There's not a better forum for these, but they don't quite fit here either. 7. "## ####### #### ###### #########" - Thanks filter. 8. The people who make meta posts about the current state of this forum (like this). S T A Y W 👁️ K E
nooneisback
#224073508Tuesday, August 22, 2017 12:09 PM GMT

Why doesn't my script work? local proxy = newproxy(true) local mt = getmetatable(proxy) mt.__index={stuff_to_print="this is a joke"} pront(proxy.stufftoprint)
KingJacko
#224073723Tuesday, August 22, 2017 12:20 PM GMT

Why did you make this? We all know.

    of     1