Advertisement
Nutx

scipt one piece legen new

Mar 11th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local legen = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextButton = Instance.new("TextButton")
  8. --Properties:
  9. legen.Name = "legen"
  10. legen.Parent = game.CoreGui
  11. legen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = legen
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.Position = UDim2.new(0.577576458, 0, 0.123595506, 0)
  16. Frame.Size = UDim2.new(0, 148, 0, 150)
  17. Frame.Style = Enum.FrameStyle.DropShadow
  18. Frame.Active = true
  19. Frame.Draggable = true
  20.  
  21. TextBox.Parent = Frame
  22. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextBox.Position = UDim2.new(0, 1, 0, 0)
  24. TextBox.Size = UDim2.new(0, 129, 0, 24)
  25. TextBox.ClearTextOnFocus = false
  26. TextBox.Font = Enum.Font.SciFi
  27. TextBox.Text = "GUI BY NUT X"
  28. TextBox.TextColor3 = Color3.new(0, 0, 0)
  29. TextBox.TextSize = 14
  30.  
  31. TextButton.Parent = Frame
  32. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextButton.Position = UDim2.new(0, 2, 0, 61)
  34. TextButton.Size = UDim2.new(0, 126, 0, 47)
  35. TextButton.Font = Enum.Font.SciFi
  36. TextButton.Text = "TP fruit"
  37. TextButton.TextColor3 = Color3.new(0, 0, 0)
  38. TextButton.TextSize = 14
  39. TextButton.MouseButton1Down:connect(function()
  40. local a=game.Players.LocalPlayer.Character.HumanoidRootPart;local b=game.Workspace;for c,d in pairs(b:GetChildren())do if d.ClassName=="Tool"then d.Handle.CFrame=a.CFrame end end
  41.  
  42. end)
  43.  
  44.  
  45. local Run = game:GetService("RunService")
  46. local CoreGui = game:GetService("CoreGui")
  47. local Teams = game:GetService("Teams")
  48. local UserInput = game:GetService("UserInputService")
  49. local Workspace = game:GetService("Workspace")
  50. local CoreGui = game:GetService("CoreGui")
  51. local Players = game:GetService("Players")
  52. local plr = game.Players.LocalPlayer
  53. local mouse = plr:GetMouse()
  54. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement