Advertisement
axelloft1

Entities TP Anomic Roblox Gui

Jul 4th, 2020
10,917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.49 KB | None | 0 0
  1. --By axelloft1
  2. -- Instances:
  3. local Byaxelloft1AN = Instance.new("ScreenGui")
  4. local Ple = Instance.new("Frame")
  5. local Des = Instance.new("Frame")
  6. local Left = Instance.new("TextButton")
  7. local Right = Instance.new("TextButton")
  8. local Entities = Instance.new("TextLabel")
  9. local OpenK = Instance.new("ImageButton")
  10. local Title = Instance.new("TextLabel")
  11. local Close = Instance.new("ImageButton")
  12.  
  13. --Properties:
  14.  
  15. Byaxelloft1AN.Name = "Byaxelloft1AN"
  16. Byaxelloft1AN.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. Byaxelloft1AN.ResetOnSpawn = false
  18. Ple.Name = "Ple"
  19. Ple.Parent = Byaxelloft1AN
  20. Ple.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. Ple.Position = UDim2.new(0.0712616816, 0, 0.304985374, 0)
  22. Ple.Size = UDim2.new(0, 100, 0, 30)
  23. Ple.Style = Enum.FrameStyle.RobloxRound
  24. Ple.Active = true
  25. Ple.Draggable = true
  26.  
  27. Des.Name = "Des"
  28. Des.Parent = Ple
  29. Des.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. Des.Position = UDim2.new(-0.099999994, 0, 2.16666675, 0)
  31. Des.Size = UDim2.new(0, 100, 0, 100)
  32. Des.Visible = false
  33. Des.Style = Enum.FrameStyle.RobloxRound
  34.  
  35. Left.Name = "Left"
  36. Left.Parent = Des
  37. Left.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  38. Left.BackgroundTransparency = 0.500
  39. Left.Position = UDim2.new(0.00400001509, 0, 0.525202036, 0)
  40. Left.Size = UDim2.new(0, 40, 0, 40)
  41. Left.Font = Enum.Font.SourceSans
  42. Left.Text = "<"
  43. Left.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. Left.TextScaled = true
  45. Left.TextSize = 14.000
  46. Left.TextStrokeTransparency = 0.000
  47. Left.TextWrapped = true
  48.  
  49. Right.Name = "Right"
  50. Right.Parent = Des
  51. Right.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Right.BackgroundTransparency = 0.500
  53. Right.Position = UDim2.new(0.519439995, 0, 0.524287999, 0)
  54. Right.Size = UDim2.new(0, 40, 0, 40)
  55. Right.Font = Enum.Font.SourceSans
  56. Right.Text = ">"
  57. Right.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Right.TextScaled = true
  59. Right.TextSize = 14.000
  60. Right.TextStrokeTransparency = 0.000
  61. Right.TextWrapped = true
  62.  
  63. Entities.Name = "Entities"
  64. Entities.Parent = Des
  65. Entities.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Entities.Position = UDim2.new(0.010375753, 0, -0.00261810049, 0)
  67. Entities.Size = UDim2.new(0, 83, 0, 41)
  68. Entities.Font = Enum.Font.SourceSans
  69. Entities.Text = "Entities Tp By axelloft1"
  70. Entities.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. Entities.TextSize = 20.000
  72. Entities.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  73. Entities.TextStrokeTransparency = 0.000
  74. Entities.TextWrapped = true
  75.  
  76. OpenK.Name = "Open"
  77. OpenK.Parent = Ple
  78. OpenK.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. OpenK.BackgroundTransparency = 1.000
  80. OpenK.Position = UDim2.new(0.689199984, 0, -0.435555518, 0)
  81. OpenK.Size = UDim2.new(0, 25, 0, 25)
  82. OpenK.Image = "rbxassetid://5228758862"
  83.  
  84. Title.Name = "Title"
  85. Title.Parent = Ple
  86. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. Title.BackgroundTransparency = 1.000
  88. Title.Position = UDim2.new(-0.010640027, 0, -0.397313476, 0)
  89. Title.Size = UDim2.new(0, 57, 0, 25)
  90. Title.Font = Enum.Font.SourceSans
  91. Title.Text = "Entities GUi"
  92. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Title.TextSize = 13.000
  94. Title.TextStrokeTransparency = 0.000
  95. Title.TextWrapped = true
  96.  
  97. Close.Name = "Close"
  98. Close.Parent = Ple
  99. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  100. Close.BackgroundTransparency = 1.000
  101. Close.Position = UDim2.new(0.689199984, 0, -0.435555518, 0)
  102. Close.Size = UDim2.new(0, 25, 0, 25)
  103. Close.Visible = false
  104. Close.Image = "rbxassetid://5228759315"
  105.  
  106. local Entitiesx = {}
  107. local Arrow = 0
  108. local Ra = 0
  109. function Check()
  110. Entities.Text = "Entities Tp By axelloft1"
  111. Entitiesx = {}
  112. for i,v in pairs(game.Workspace.Entities:GetChildren()) do
  113. table.insert(Entitiesx,#Entitiesx + 1,v)
  114. end
  115. end
  116.  
  117. function Tp()
  118. local part = Entitiesx[Arrow]
  119. game.Players.LocalPlayer.Character:MoveTo(part:FindFirstChildOfClass("Part").Position)
  120.  
  121. end
  122. OpenK.MouseButton1Down:connect(function()
  123. OpenK.Visible = false
  124. Close.Visible = true
  125. Des.Visible = true
  126. end)
  127. Close.MouseButton1Down:connect(function()
  128.  
  129. Close.Visible = false
  130. OpenK.Visible = true
  131. Des.Visible = false
  132. end)
  133. Right.MouseButton1Down:connect(function()
  134. Check()
  135. Arrow = Arrow + 1
  136. if Arrow > #Entitiesx then
  137. Arrow = 1
  138. end
  139. Tp()
  140. end)
  141. Left.MouseButton1Down:connect(function()
  142. Check()
  143. Arrow = Arrow - 1
  144. if Arrow < 1 then
  145. Arrow = #Entitiesx
  146. end
  147. Tp()
  148. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement