You are on page 1of 1

local pchar = game.Players.LocalPlayer.

Character
local dragon = Instance.new("SpecialMesh", pchar.Torso)
dragon.MeshType = "FileMesh"
dragon.MeshId = "http://www.roblox.com/asset/?id=31516811"
dragon.TextureId = "http://www.roblox.com/asset/?id=77991526"
dragon.Scale = Vector3.new(5, 5, 5)
pchar.Head.Transparency = 1
pchar["Left Arm"].Transparency = 1
pchar["Right Arm"].Transparency = 1
pchar["Left Leg"].Transparency = 1
pchar["Right Leg"].Transparency = 1

You might also like