Skip to content

Commit

Permalink
Create monkelag.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerJ authored Oct 4, 2021
1 parent 299e2f0 commit 6fb5847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions monkelag.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
while true do
local CLone = script.e:Clone()
CLone.Parent = script
wait(1)
end

0 comments on commit 6fb5847

Please sign in to comment.