Why my script isnt working?

First I want to write a script but I am getting errors

while true do
   print("mousab forever")
enf

first one to reply get mousab rolled

add a wait


while true do
   warn("mousab forever")
   task.wait()
end
1 Like

Enf to end??? Idk but enf is good function

1 Like
while wait() do
    print(“musab forever”)
end
1 Like