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

How to make a Morph Gui? (Not answered)

Asked by 9 years ago
Player = game.Players.LocalPlayer
function MB1D()
Morph = game.ReplicatedStorage.CHARACTERMESHNAMEHERE:clone()
Morph.Parent = Player.Character
Morph = game.ReplicatedStorage.CHARACTERMESHNAMEHERE:clone()
Morph.Parent = Player.Character
Morph = game.ReplicatedStorage.CHARACTERMESHNAMEHERE:clone()
Morph.Parent = Player.Character
Morph = game.ReplicatedStorage.CHARACTERMESHNAMEHERE:clone()
Morph.Parent = Player.Character
Morph = game.ReplicatedStorage.CHARACTERMESHNAMEHERE:clone()
Morph.Parent = Player.Character
end
script.Parent.MouseButton1Down:connect(MB1D)

I want to make a script that will morph you into a character and give you the tool Like if you choose Naruto then you will become Naruto I made models of the characters I just need to know how to morph into them. I am sorry If this is too much. I am explaining the best I can. The models I made are 2.0. :D

0
Help? Relampago1204 73 — 9y

Answer this question