Advertisement
Anukun_Lucifer

Script Spawn Model

May 19th, 2022
2,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rs = game:GetService("ReplicatedStorage")
  2. while wait(0.1) do
  3.     local clone = rs:FindFirstChild("Duck"):Clone()
  4.     clone.Parent = game.Workspace
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement