```
local object = game.Workspace.PartToClone
local cloneObject = object:clone()
cloneObject.Parent = game.Workspace
cloneObject.Position = Vector3.new(x, y, z)
```
'tech > game' 카테고리의 다른 글
21/08/08 Unity Compiler Error 문제 해결 (0) | 2021.08.08 |
---|---|
21/08/08 Unity - Learn Unity - Beginner's Game Development Tutorial (0) | 2021.08.08 |
21/08/06 ROBLOX: How to Make a Minigame (0) | 2021.08.06 |
21/08/06 Best Auto Clickers, Macro Tools and Key Pressers for Roblox (0) | 2021.08.06 |
21/08/06 How to Use Tweens and TweenService - Roblox Studio Tutorial (0) | 2021.08.06 |