of     1   

RoAnt
#36313601Sunday, October 31, 2010 9:17 PM GMT

local tar = M.Target if tar.Parent:FindFirstChild("Humanoid") and game.Players:FindFirstChild(tar.Parent.Name) then game.Players.RoAnt.Character = game.Players:FindFirstChild(tar.Parent.Name).Character -- M is mouse.
Spectrumw
#36313708Sunday, October 31, 2010 9:18 PM GMT

Because that argument IS INVALID, you can not equal a character to other, if you are trying to look like him, then you are doing it wrong. Note: I included two memes in my post.
BentLent98
#36313769Sunday, October 31, 2010 9:19 PM GMT

WHY WONT YOU HELP ME TOO!? I will give you 75 R$ and 204 tix to help me.
Spectrumw
#36313798Sunday, October 31, 2010 9:20 PM GMT

Because, like i said, he is asking for help with his script, he is not asking for a whole one.
RoAnt
#36323858Monday, November 01, 2010 12:26 AM GMT

Spectrumw Yes you can be in someone else. Character in character...
crazypotato4
#36323946Monday, November 01, 2010 12:28 AM GMT

You forgot an end. :3
llmutell
#36324084Monday, November 01, 2010 12:30 AM GMT

Bent i'll help you for 100RBX
RoAnt
#36325900Monday, November 01, 2010 1:05 AM GMT

Actually I added two ends. For the function and the if.
stuntrally8
#36326127Monday, November 01, 2010 1:10 AM GMT

WAit, do you want a character in a character? local tar = M.Target if tar.Parent:FindFirstChild("Humanoid") and game.Players:FindFirstChild(tar.Parent.Name) then game.Players.RoAnt.Character = game.Players:FindFirstChild(tar.Parent.Name).Character to local tar = M.Target if tar.Parent:FindFirstChild("Humanoid") and game.Players:FindFirstChild(tar.Parent.Name) then game.Players.RoAnt.Character.Parent = game.Players:FindFirstChild(tar.Parent.Name).Character
MrNicNac
#36326850Monday, November 01, 2010 1:24 AM GMT

Show the 20 lines before/after the script. I possibly know the problem.
RoAnt
#36327137Monday, November 01, 2010 1:29 AM GMT

There not 20 lines >.>. But here you go: NAMES["Merge"].func.Click = function(M) -- You can put anything in here to represent mouse... local tar = M.Target if tar.Parent:FindFirstChild("Humanoid") and game.Players:FindFirstChild(tar.Parent.Name) then game.Players.RoAnt.Character = game.Players:FindFirstChild(tar.Parent.Name).Character end end

    of     1