Advertisement
FantasyGamer

GHOST MAKER | ROBLOX

Mar 18th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. wait(3)
  2.  
  3. local plr = game.Players.LocalPlayer
  4.  
  5. local cl = Instance.new("Part", game.Workspace)
  6. wait(1)
  7. cl.Size = Vector3.new(7.01, 8.3, 2)
  8. cl.Name = "GHOST MAKER"
  9. cl.BrickColor = BrickColor.new("Really black")
  10. cl.Transparency = 0.5
  11. cl.Anchored = true
  12. cl.CanCollide = false
  13. print(game.Players.LocalPlayer.Name.." :GHOST MAKER Has Been INJECTED")
  14. -----------------------------------------------------
  15. cl.Touched:connect(function(plr)---------------------
  16. local part = plr------------------------------
  17. if part.Parent.Name == "Player21" then---------------
  18. part.Transparency = 1--------------------------------
  19. part.Parent["Head"].face:Destroy()-------------------
  20. part.CanCollide = false------------------------------
  21. -----------------------------------------------------
  22. elseif part.Parent.Name == "Player1" then------------
  23. part.Transparency = 1--------------------------------
  24. part.Parent["Head"].face:Destroy()-------------------
  25. part.CanCollide = false------------------------------
  26. -----------------------------------------------------
  27. elseif part.Parent.Name == "EstupidoAlboroto" then---
  28. part.Transparency = 1--------------------------------
  29. part.Parent["Head"].face:Destroy()-------------------
  30. part.CanCollide = false------------------------------
  31. -----------------------------------------------------
  32. -----------------------------------------------------
  33. end--------------------------------------------------
  34. -----------------------------------------------------
  35. end)-------------------------------------------------
  36. -----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement