Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- partA = Instance.new("Part")
- partA.Parent = workspace
- partB = Instance.new("Part")
- partB.Parent = workspace
- partA.Name = "partA"
- partB.Name = "partB"
- local model = Instance.new("Model",workspace)
- partA.Parent = model
- partB.Parent = model
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement