Posts
143
Respect
46Add +1
Forum Rank
Pack-a-Puncher
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
How do I pause a timer?
How do I extract the current value (how many seconds) of a timer?
var1 = 1;
var2 = 2;
wait(var1);
wait(var2);How do I make it so that more time goes down on them more or less than one second per second?
var = 5;
new_var = var + 10;I don't think theres an engine clock so your going to have to really think.
setTimer(time);SetClock( time, full time, material, height, width);
! One more thing, is there a way to return the value of the time that the timer/clock is at?