of     1   

cri
#155874789Friday, February 13, 2015 4:57 PM GMT

How i could detect 2 variable in a command in scripting like /Message Title Idk
cri
#155874910Friday, February 13, 2015 5:00 PM GMT

> 10 views > no reply
otub
#155874952Friday, February 13, 2015 5:01 PM GMT

go away youtu.be/ZZCt92zLmLI
Naos
#155874956Friday, February 13, 2015 5:01 PM GMT

Nice PG I know your skype.
cri
#155874978Friday, February 13, 2015 5:01 PM GMT

Still no one helps... Unusefull people...
otub
#155874984Friday, February 13, 2015 5:01 PM GMT

naos you're pg'd too youtu.be/ZZCt92zLmLI
dag98
#155875040Friday, February 13, 2015 5:03 PM GMT

oh, i hate pgers. I think roblox should make it more dangerus to pg Turn down for what?
cri
#155875068Friday, February 13, 2015 5:03 PM GMT

BUT THIS THREAD NOT ABOUT PG -.-
DeviousDeviation
#155875162Friday, February 13, 2015 5:05 PM GMT

cri
#155875270Friday, February 13, 2015 5:08 PM GMT

BUT HOW SHOULD I KNOW TO GET THE 2 COMMAND FROM THIS? That's why i hate forums, people too lazy to write a normal tutorial.
SkiIlage
#155875372Friday, February 13, 2015 5:10 PM GMT

local string = 'random' print(string:sub(3,5)) output > "ndo" ^returns a string value from letters 3,5 SLY3's alt
JarodOfOrbiter
#155875374Friday, February 13, 2015 5:10 PM GMT

Because tutorials and docs already exist.
cri
#155875585Friday, February 13, 2015 5:16 PM GMT

@SkiIlage But how should i know the lenght of the first variable like: /showmessage hiiiiiiiiiiiii 133
SkiIlage
#155876235Friday, February 13, 2015 5:29 PM GMT

http://codepad.org/nNRQJpL0 Couldn't post it here because of roblox's dumbass filter. That isn't a complete function, it's just a concept demonstration so you can use the same method I used there. SLY3's alt
eLunate
#155876544Friday, February 13, 2015 5:35 PM GMT

local function ctargs(s,d) -- d is the bit at the start like /showmessage local r = {}; s:gsub(d,''):gsub('%S-',function(c) table.insert(r,c) end) return unpack(r) end Should return a tuple of extra arguments, delimimated by spaces.
DeviousDeviation
#155876947Friday, February 13, 2015 5:43 PM GMT

"BUT HOW SHOULD I KNOW TO GET THE 2 COMMAND FROM THIS? That's why i hate forums, people too lazy to write a normal tutorial." This is why I hate people like you, too lazy to learn.

    of     1