Advertisement
Guest User

angel bow script

a guest
Mar 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to Line 3,5,21, and 23 and put your name where it says "YOUR NAME HERE"
  2.  
  3. while game.Players.elitegalaxparlax.PlayerGui:FindFirstChild("EpicBow") == nil do
  4. wait()
  5. if game.Players.YOUR NAME HERE.PlayerGui:FindFirstChild("EpicBow") == nil then
  6. local screengui = Instance.new("ScreenGui")
  7. screengui.Parent = game.Players.TheGreenLabs.PlayerGui
  8. screengui.Name = "EpicBow"
  9.  
  10. local textbutton = Instance.new("TextButton")
  11. textbutton.Parent = screengui
  12. textbutton.Position = UDim2.new(0,500,0,15)
  13. textbutton.Size = UDim2.new(0,70,0,25)
  14. textbutton.Text = "AngelBow"
  15. textbutton.TextColor3 = Color3.new(0/0, 0/0, 0/0)
  16. textbutton.BorderColor3 = Color3.new(0/0, 0/0, 0/0)
  17. textbutton.BackgroundColor = BrickColor.new("White")
  18. textbutton.MouseButton1Down:connect(function()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement