Hasli4

FireOnAndOff

Dec 14th, 2025
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     game.Workspace.Torch01.Fire.Enabled=true
  3.     wait(3)
  4.     game.Workspace.Torch01.Fire.Enabled=false
  5.     wait(2)
  6. end
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment