Developer Forum | Roblox
How to make a variable have a maximum value
Help and Feedback
Scripting Support
TenBlocke
(Decablocks)
February 22, 2022, 2:16am
5
or
local temp = 98.6 local counter = 93 print(math.max(temp,counter)) --98.6
show post in topic