fishguy100
#180913156Saturday, January 02, 2016 4:13 PM GMT

You both are having a babyish argument. It takes two to argue you know. Just ignore him
JarodOfOrbiter
#180913214Saturday, January 02, 2016 4:14 PM GMT

You both are having a babyish argument. It takes two to argue you know. Just ignore him [2]
ActiveWizard
#180919461Saturday, January 02, 2016 6:02 PM GMT

noobs.
fishguy100
#180920113Saturday, January 02, 2016 6:12 PM GMT

Really? I'm a noob? Last I remember, you were begging for my chat gui from oclange. Also, you are my friend but I won't support you in an argument that I don't think should have happen.
ActiveWizard
#180929095Saturday, January 02, 2016 8:15 PM GMT

stop trying to start a babyish argument. last time i remember, you had a huge argument on the scripters forum. what does me wanting your gui have to do with this, that was a long while ago. i only wanted your gui because it had something i wanted to figure out how to do. then i realized you didn't script it, but checked a box.
ActiveWizard
#180929213Saturday, January 02, 2016 8:17 PM GMT

what makes you think i was talking about you? stop bumping this, conversation over
cofunction
#180930022Saturday, January 02, 2016 8:28 PM GMT

bump c:
UnstableScript0
#180930157Saturday, January 02, 2016 8:30 PM GMT

bump When I looked up "Ninjas" in Thesaurus.com, it said "Ninja's can't be found" Well played Ninjas, well played.
dennis96411
#180930213Saturday, January 02, 2016 8:31 PM GMT

print(Vector3.new(("1, 2, 3"):match("(%d+), (%d+), (%d+)")))
cntkillme
#180930269Saturday, January 02, 2016 8:32 PM GMT

You'll have to tonumber it, I don't think Roblox will autoconvertit for you and you'll just end up with a (0, 0, 0) vector (also this question was answered on page 1 c;)
dennis96411
#180930299Saturday, January 02, 2016 8:32 PM GMT

^ Doesn't work for doubles, though.
UnstableScript0
#180931252Saturday, January 02, 2016 8:44 PM GMT

I am confused af. When I looked up "Ninjas" in Thesaurus.com, it said "Ninja's can't be found" Well played Ninjas, well played.
fishguy100
#180933262Saturday, January 02, 2016 9:10 PM GMT

"stop trying to start a babyish argument. last time i remember, you had a huge argument on the scripters forum. what does me wanting your gui have to do with this, that was a long while ago. i only wanted your gui because it had something i wanted to figure out how to do. then i realized you didn't script it, but checked a box." 1. Yes, I did but that doesn't mean you should. I learned my lesson. 2. You called me a noob when you wanted my work 3. ^ 4. I did script it...
wonderful72pike
#180933653Saturday, January 02, 2016 9:15 PM GMT

Guys, seriously. local vec = "0, 0, 0" local v3 = Vector3.new(vec) This works, I tested it out in Studio last night and again today just to make sure.
cntkillme
#180934732Saturday, January 02, 2016 9:28 PM GMT

That doesn't work, it's because it's defaulting back to 0,0,0. Change those numbers to 1, 2, 3 and see if you get 1, 2, 3.
dennis96411
#180934764Saturday, January 02, 2016 9:28 PM GMT

Try numbers other than 0.
wonderful72pike
#180934799Saturday, January 02, 2016 9:29 PM GMT

:(
dennis96411
#180935118Saturday, January 02, 2016 9:33 PM GMT

Long and ugly, but works for doubles. print(Vector3.new(("1.1, 2.2, 3"):match("(%d+[%.%d]*), (%d+[%.%d]*), (%d+[%.%d]*)")))
cntkillme
#180935387Saturday, January 02, 2016 9:36 PM GMT

nox and dermon already posted similar solutions yo
x_o
#180935464Saturday, January 02, 2016 9:37 PM GMT

I think mine is still the best local function StringToVector3(str) local x, y, z = string.match(str, "(.+), (.+), (.+)") return Vector3.new(tonumber(x), tonumber(y), tonumber(z)) end print(StringToVector3("-1, 2.2, 1e6")) -> -1, 2.20000005, 1000000 /I have none to show to the one I love/
ActiveWizard
#180944811Saturday, January 02, 2016 11:36 PM GMT

nah, mine's the best cool story fish
ActiveWizard
#180945467Saturday, January 02, 2016 11:44 PM GMT

ok.. now this is the best of all: local String = "10, 10, 9" game.Workspace.Part.Position = Vector3.new(string.match(String, "(.+), (.+), (.+)"))
ray_revenge
#180945557Saturday, January 02, 2016 11:45 PM GMT

yours is wrong
ActiveWizard
#180945594Saturday, January 02, 2016 11:46 PM GMT

how? :))
fishguy100
#180945695Saturday, January 02, 2016 11:47 PM GMT

Ugh. You start a fight with him then you get mad at me saying that the fight is babyish. WHO CARES if you're wrong or right. You started it by calling him an idiot. You could have pointed out how he's wrong instead.