XxxLloyd061302xxX

TimeScript

Jun 11th, 2018
3,810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. for i = 1,script.Parent.Value do
  2.     wait(1)
  3.     script.Parent.Value = script.Parent.Value - 1
  4.     script.Parent.Parent.Message.Value = "Time Left: "..script.Parent.Value.." second(s)!"
  5.     if script.Parent.Value <= 0 then
  6.         script.Disabled = true
  7.     end
  8. end
Add Comment
Please, Sign In to add comment