of     1   

Cheeso135
#139402056Sunday, July 06, 2014 7:19 AM GMT

How would I make a stamina bar GUI? I think I can do the frames and stuff alright but how would I do the scripting part? It would use a mouse button down event right? For like space when you jump and sprint when you move to make it go down? How would I continue?
wish_z
#139402121Sunday, July 06, 2014 7:21 AM GMT

you should have a value and the GUI changes based on the value
AnonyAnonymous
#139402163Sunday, July 06, 2014 7:22 AM GMT

Use the .Jumping:connect(function() end) event

    of     1