You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to make a health display that shows you how many percent of your max health you have.
What is the issue? Include screenshots / videos if possible!
When I tried making it this happened:
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I looked for a tutorial on YouTube and the DevForum, didn’t find anything.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Here’s the code I’ve written:
while wait() do
script.Parent.Text = game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Health.."%"
end
If anyone knows how to solve this it would be really appreciated if you told me!