Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local button = script.Parent
- local blur = game.Lighting.Blur
- game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 0
- local icon = script.Parent.Parent.imagelabel
- button.MouseButton1Click:Connect(function()
- icon.visable = false
- game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 16
- blur.Enabled = false
- button.Visible = false
- end)
- script by :cloudzy. script used for: to make ur menu gui in roblox for your game
- tut: https://www.youtube.com/watch?v=KyaCWDmr9So
- for loading screen
- local gui = script.Parent
- local background = gui:WaitForChild("Background")
- local bar = background:WaitForChild("Bar")
- local filler = bar:WaitForChild("Filler")
- local percentage = bar:WaitForChild("Percent")
- tut:https://www.youtube.com/watch?v=BL_u_gv1ZV8
- credit to both of those ppl
Add Comment
Please, Sign In to add comment