cloudzy_scriptzs

script gui menu

Dec 15th, 2021 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. local button = script.Parent
  2. local blur = game.Lighting.Blur
  3. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 0
  4. local icon = script.Parent.Parent.imagelabel
  5.  
  6.  
  7. button.MouseButton1Click:Connect(function()
  8. icon.visable = false
  9. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 16
  10. blur.Enabled = false
  11. button.Visible = false
  12. end)
  13. script by :cloudzy. script used for: to make ur menu gui in roblox for your game
  14. tut: https://www.youtube.com/watch?v=KyaCWDmr9So
  15. for loading screen
  16. local gui = script.Parent
  17. local background = gui:WaitForChild("Background")
  18. local bar = background:WaitForChild("Bar")
  19. local filler = bar:WaitForChild("Filler")
  20. local percentage = bar:WaitForChild("Percent")
  21. tut:https://www.youtube.com/watch?v=BL_u_gv1ZV8
  22. credit to both of those ppl
Add Comment
Please, Sign In to add comment