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’m trying to make my game have a speed run aspect to it, so I made a stopwatch. -
What is the issue? Include screenshots / videos if possible!
The issue is that it doesn’t calculate seconds correctly, for example it takes it multiple seconds to go up by one second -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried to make the stop watch increase by 0.1 instead of 0.01 but I want it to have 2 digits after the decimal point instead of one.
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!
while IsPlaying == true do
StopWatch.Value = StopWatch.Value + 0.01
wait(0.01)
end
if you want me to include the full script then just say below and i’ll give it to you.
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.