Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function check()
- local check = game.Workspace:FindFirstChild("Sword")
- if not check then
- wait(5) -- este es el tiempo que demorará en aparecer la herramienta de nuevo.
- game.Lighting.Sword:Clone().Parent = game.Workspace
- end
- end
- while true do
- wait(.1)
- check()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement