Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local model = Instance.new("Model")
- model.Name = "Death"
- model.Parent = game.Workspace
- local d = Instance.new("Part")
- d.Size = Vector3.new(4, 7, 2)
- d.CFrame = CFrame.new(8, 3.5, 12)
- d.Anchored = true
- d.Name = "Death"
- d.Orientation = Vector3.new(0, 0, 0)
- d.Parent = model
- local mesh = Instance.new("SpecialMesh")
- mesh.MeshId = "http://www.roblox.com/asset/?id=42579239"
- mesh.Scale = Vector3.new(10, 10, 10)
- mesh.TextureId = "http://www.roblox.com/asset/?id=42578558"
- local tool = Instance.new("Part")
- tool.Anchored = true
- tool.Size = Vector3.new(1, 0.4, 7)
- tool.CFrame = CFrame.new(9.9, 2, 10.9)
- tool.Orientation = Vector3.new(0, 180, 0)
- tool.Parent = model
- local mesh1 = Instance.new("SpecialMesh")
- mesh1.MeshId = "rbxassetid://28140935"
- mesh1.Scale = Vector3.new(1, 1, 1)
- mesh1.TextureId = "http://www.roblox.com/asset/?id=48597153"
- mesh.Parent = d
- mesh1.Parent = tool
- local decal1 = Instance.new("Decal")
- local decal2 = Instance.new("Decal")
- local decal3 = Instance.new("Decal")
- decal1.Face = "Top"
- decal2.Face = "Bottom"
- decal3.Face = "Back"
- decal1.Texture = "http://www.roblox.com/asset/?id=48597153"
- decal2.Texture = "http://www.roblox.com/asset/?id=48597153"
- decal3.Texture = "http://www.roblox.com/asset/?id=48597153"
- decal1.Parent = tool
- decal2.Parent = tool
- decal3.Parent = tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement