im making a progress map so is it possible to kind of make a progress bar to show the player how much tehy neeed to do more
I think you can only show how much percent is left with an overlay.
how then ???
Did you try searching it up before you posted this, arent there a lot of guides on this?
Hold on, I need to go look at one of my maps to the block code.
letmme try this… im not suretho
Just don’t put the x/y.
what should i put instead + how do i make it work for an overlay
Whatever property you use for percentages
Activate the block each tick (a really short time)
non non no i don’t have any property for percentage i just created this topic to see if its possible and if so how to do it and if not how to work around it
…then you.. need.. a property for percentages
how
do i need a property device and whatsoever
Yes..
Also what exact progress do you need to mark
so i’m at the beginning or at some point at distance from start 35. . and the end is distance from start 100. then it should show prgoress thing at 35%
(sorry if im d*mb, im sort of multitasking with class and gimkit rn)
(Did you just mark me as solution?)
I dont quite understand what you are saying, but i took it as you need distance from start over total distance
Then make a property linked to distance from start
And divide it by total distance and multiply it by 100
And put that in the displaying overlay
yeah i accidentaly did that sry
ill try that ig…? how do i make a property linked to distance from start
Coordinate device, there is an option to select property of x coord
Then minus that by whatever your starting point is in the block code
how do i figure out which point is my starting point
Measure it by using coord and overlay
As i said, connect x coord to a property, put the property on overlay, then look at it from the starting point