Advertisement
Guest User

be invisible Bloody Battle script

a guest
Jul 11th, 2019
4,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Local = game:GetService('Players').LocalPlayer
  2. Char = Local.Character
  3. touched,tpdback = false, false
  4. box = Instance.new('Part',workspace)
  5. box.Anchored = true
  6. box.CanCollide = true
  7. box.Size = Vector3.new(10,1,10)
  8. box.Position = Vector3.new(0,10000,0)
  9. box.Touched:connect(function(part)
  10. if (part.Parent.Name == Local.Name) then
  11. if touched == false then
  12. touched = true
  13. function apply()
  14. if script.Disabled ~= true then
  15. no = Char.HumanoidRootPart:Clone()
  16. wait(.25)
  17. Char.HumanoidRootPart:Destroy()
  18. no.Parent = Char
  19. Char:MoveTo(loc)
  20. touched = false
  21. end end
  22. if Char then
  23. apply()
  24. end
  25. end
  26. end
  27. end)
  28. repeat wait() until Char
  29. loc = Char.HumanoidRootPart.Position
  30. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  31. game:GetService("StarterGui"):SetCore("SendNotification", {
  32. Title = "Invisibility enabled!";
  33. Text = "By lol hi#0267";
  34. })
  35. wait(2)
  36. game:GetService("StarterGui"):SetCore("SendNotification", {
  37. Title = "enjoy killing ppl";
  38. Text = ";)";
  39. })
  40.  
  41. end
  42. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement