I want to make something like above, but all I could do was this
doing this
(My goal is to make a button that you could track your progress by the time you pressed on it, like the one in jailbreak, madcity)
I want to make something like above, but all I could do was this
doing this
(My goal is to make a button that you could track your progress by the time you pressed on it, like the one in jailbreak, madcity)
What are you trying to do? Animate the block or trying to make the UI look exactly like the one above?
I am trying to make a press E to interact button just like in Jailbreak, I thought of maybe instead of the image label i need to use a gif for the background of the text maybe? I don’t know but I am trying to make button just like the one in Jailbreak or Madcity
You could probably use a script to create a loop of a GUI to make it look like it’s loading.
Contact me. I’ll make one custom for free.
Message via devforums.
You have to use the method math.clamp()
for this, take a look at DevForum, as I saw similar post with solution before.
It might be easier to find a different approach to it. Rather than it spinning around, what if it was a bar behind it and it fills up? You can do a big circle with a smaller circle nested within (centered) with the E text, and then you can have the button in the back fill up from white to gray until the action is completed. Get creative with it!
This topic should be in the Scripting Help category. But you’re looking for player inputs, so I suggest using "UserInputService with a local script.
Hope this Helps