This script isn't working in the game but it works just fine My friend said there's something wrong with line 27 and directed me here. that's the image link to the script.
http://prntscr.com/8d3mgt
You cannot insert vectors in CFrames. Use this instead
CFrame.new(1840, 11.199, 1398)
http://wiki.roblox.com/index.php?title=CFrames
Found out
Put CFrame.new(Vector(1840, 11,199, 1398)
Supposed to put CFrame.new(Vector3.new(1840, 11.199, 1398))