of     1   

cool12309
#31288196Tuesday, August 10, 2010 1:24 AM GMT

Commands. This is failing. No output. Help? if string.sub(msg, 6, 14) == "teleport " then said = string.sub(msg, 15) local placeHolder = nil for i = (said + 1), string.len(msg) do if string.sub(msg, i, i + 1) == " " then placeHolder = i break end end placeHolder = game.Players[string.find(string.lower(placeHolder.Name), msg)] look = game.Players:GetChildren() for i = 1, #look do if string.find(string.lower(look[i].Name), said) == 1 then SPL = Instance.new("SelectionPartLasso") SPL.Color = BrickColor.new("Really black") SPL.Humanoid = look[i].Character.Humanoid SPL.Name = "SPL" SPL.Parent = Workspace SPL.Part = Pet SPL.Visible = true wait((math.pi*2)/10) SPL:Remove() look[i].Character.Torso.CFrame = placeHolder.Torso.CFrame end end end
cool12309
#31288670Tuesday, August 10, 2010 1:28 AM GMT

Ignore the SelectionPartLasso's, just. Fix the placeHolder and stuff...
cool12309
#31289084Tuesday, August 10, 2010 1:33 AM GMT

Bump T_T
cool12309
#31289836Tuesday, August 10, 2010 1:41 AM GMT

LPChatGuy , I could use your help.
cool12309
#31290115Tuesday, August 10, 2010 1:44 AM GMT

Stop falling o_O
cool12309
#31290658Tuesday, August 10, 2010 1:50 AM GMT

LPChatGuy help meh!

    of     1