Advertisement
Guest User

I Cant Move GUIs

a guest
Aug 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. script.parent.MouseButton1Down:Connect(function()
  2. local part = Instance.new("TextButton",game.StarterGui.SELECTOR)
  3. part.Name = "SELECTORBUTTON"
  4. part.Text = "NON-FE-MODE"
  5. part.Position = UDim2.new(200, 157)
  6. part.Size = UDim2.new(200, 50)
  7. end)
  8. textButton.MouseButton1Down:Connect(function()
  9. local part = Instance.new("TextButton",game.StarterGui.FESG)
  10. part.Name = "FeStarter"
  11. part.Text = "FE-MODE"
  12. part.Position = UDim2.new(0, 157)
  13. part.Size = UDim2.new(200, 50)
  14. part.disabled = false
  15. end)
  16. wait(1)
  17. if
  18. game.StarterGui.FESG.TextButton then
  19. wait(1)
  20. game.ServerStorage.FESTARGLITCHER = false
  21. wait(1)
  22. Disabled = false
  23. end
  24. if
  25. game.Players.LocalPlayer.Character.Humanoid.Health
  26. then
  27. game.ServerStorage.FESTARGLITCHER = true
  28. wait(1)
  29. Disabled = true
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement