Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rs = game:GetService("ReplicatedStorage")
- while wait(0.1) do
- local clone = rs:FindFirstChild("Duck"):Clone()
- clone.Parent = game.Workspace
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement