Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why dont i morph into this character? all it does is spawn it to you location.

Asked by 1 year ago
script.Parent.MouseButton1Down:Connect(function()
    print("eewewewe")
    local char = game.ServerStorage.Characters.Dummy:Clone()
local player = script.Parent.Parent.Parent.Parent.Parent.Parent
local pchar = player.Character
char.Parent = workspace
char:MoveTo(pchar.HumanoidRootPart.Position)
    pchar = char
end)

Answer this question