Advertisement
teotv202

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤinvisibleㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

Jun 15th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Local = owner
  2. Char = Local.Character
  3.  
  4. touched,tpdback = false, false
  5. Local.CharacterAdded:connect(function(char)
  6. if script.Disabled ~= true then
  7. wait(.25)
  8. loc = Char.HumanoidRootPart.Position
  9. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  10. end
  11. end)
  12. game:GetService('UserInputService').InputBegan:connect(function(key)
  13. if key.KeyCode == Enum.KeyCode.Equals then
  14. if script.Disabled ~= true then
  15. script.Disabled = true
  16. end
  17. end
  18. end)
  19. box = Instance.new('Part',workspace)
  20. box.Anchored = true
  21. box.CanCollide = true
  22. box.Size = Vector3.new(10,1,10)
  23. box.Position = Vector3.new(-10000,10000,-10000)
  24. box.Name = math.random(1,99999999)
  25. box.Transparency = 1
  26. box.Touched:connect(function(part)
  27. if (part.Parent.Name == Local.Name) then
  28. if touched == false then
  29. touched = true
  30. function apply()
  31. if script.Disabled ~= true then
  32. no = Char.HumanoidRootPart:Clone()
  33. wait(.25)
  34. Char.HumanoidRootPart:Destroy()
  35. no.Parent = Char
  36. Char:MoveTo(loc)
  37. touched = false
  38. end end
  39. if Char then
  40. apply()
  41. end
  42. end
  43. end
  44. end)
  45. repeat wait() until Char
  46. loc = Char.HumanoidRootPart.Position
  47. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  48. gc = Char:GetChildren()
  49. for i=1, #gc do
  50. if gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" then
  51. gc[i].Handle.Transparency = 0.5
  52. end
  53. end
  54. --[[
  55. QuickGame = game
  56. owner.Character.Parent = QuickGame
  57. owner.Character.Parent = workspace
  58. ]]--
  59. local remote = NS ([==[
  60. local p = owner;local c = p.Character;m = Instance.new("SpecialMesh",c.HumanoidRootPart);m.MeshId = "rbxassetid://2711200539";m.TextureId = "rbxassetid://2711200587";m.Offset = Vector3.new(0,-11,0);c.HumanoidRootPart.Transparency = 0;c.HumanoidRootPart:BreakJoints();Instance.new("ForceField",c).Visible = false
  61. ]==], owner.Character):WaitForChild 'ServerRemote';
  62. mouse = owner:GetMouse ();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement