Advertisement
Theskyler900

test dominus v2

Sep 6th, 2017
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. pchar = char
  4. hat = Instance.new("Part", char)
  5. hat.Size = Vector3.new(1, 1, 1)
  6. hatm = Instance.new("SpecialMesh", hat)
  7. hatm.MeshType = "FileMesh"
  8. hatm.MeshId = "http://www.roblox.com/asset/?id=21057410"
  9. hatm.TextureId = "http://www.roblox.com/asset/?id=64444605"
  10. hatw = Instance.new("Weld", hat)
  11. hatw.Part0 = hat
  12. hatw.Part1 = char.Head
  13. Mouse = p:GetMouse()
  14. mouse = p:GetMouse()
  15. m = p:GetMouse()
  16. char.Head.Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement