Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game:GetService("Players").LocalPlayer
- Teapot = Instance.new("Model")
- Teapot.Parent = Player.Character
- Teapot.Name = "Teapots"
- ---------------------------------Teapot hat------------------------------
- th = Instance.new("Part")
- th.Parent = Teapot
- th.Locked = true
- th.CanCollide = false
- th.formFactor = "Symmetric"
- mesh = Instance.new("SpecialMesh")
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "http://www.roblox.com/asset/?id=1045320"
- mesh.TextureId = "http://www.roblox.com/asset/?id=1045321"
- mesh.Parent = th
- local weld = Instance.new("Weld")
- weld.Parent = th
- weld.Part0 = th
- weld.Part1 = Player.Character["Right Arm"]
- weld.C0 = CFrame.new(0, 0, 1.8)*CFrame.Angles(1.5, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement