Tween Health Help

I’m in need of a way to heal my character nice and clean, I’ve attempted to use tweening but… I’m sort of new to scripting so I’m in need of help.

2 Likes

You should probably learn about these:

https://developer.roblox.com/en-us/api-reference/function/GuiObject/TweenSize

https://developer.roblox.com/en-us/api-reference/class/Humanoid

Probably just focus on while loops.

https://developer.roblox.com/en-us/api-reference/class/Frame

2 Likes

Based on what the OP said about tweening the character, I don’t think they meant to tween an UI.

@wepaidq , make sure to meet the requirements when posting in a category! As such in your case, you posted in the category #help-and-feedback:scripting-support, so you should take a look here:

About the Scripting Support category - Help and Feedback / Scripting Support - DevForum | Roblox

After reading, edit your post to inform us about the details and then we will be able to properly help you.

2 Likes

Tween the health itself. TweenService can take numerical values, just watch out for if anything else changes the health during the tween.

1 Like