I have a level that consists of many parts in a group I made that I want to move into position when the round starts.
I found that .Position doesn’t work on groups. Is there an alternative?
:SetPrimaryCFrame() should work.
An exaple:
model:SetPrimaryPartCFrame(workspace.Part.CFrame)
Part is where the model will go
You can use SetPrimaryPartCFrame
to move models
Thank you! This solution works
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.