• Simple Hollow Circle Issue
    3 replies, posted
[url]http://i.gyazo.com/b5607d3868eaf93454a241a29b790952.png[/url] From that you cant see an empty area where the circle should fill. I want this to be filled with green but I have no idea on how to accomplish it. I use this code for a bar alteration of it: [CODE] if(ply && ply:IsValid() && ply.GetVelocity) then vel = ply:GetVelocity():Length2D() local defSpeedWidth = (math.min(vel,2000))/2000 speedWidth = math.Round(defSpeedWidth*100) end[/CODE] If someone could help me with this it would be great. Cheers - Chris.
bump
bump
So what are you trying to do exactly? You just want a static green circle inside that one?
Sorry, you need to Log In to post a reply to this thread.