3YbuKtOp
(Alex_Kornilov)
April 29, 2023, 12:52pm
9
You need to use weld and PrimaryPart for the model and you can’t use UserInputService in server scripts, you have to do it via local script and RemoteEvent
Edit (06/30/2021): Due to the release of the new pivot APIs and the thankful deprecation of SetPrimaryPartCFrame, the legacy method of CFraming is now also appropriate and you do not necessarily need to use this welding method. Do note that the pivot CFrame is different from the PrimaryPart CFrame though, so you will have to account for that when writing your proxy objects.
Edit (05/31/2023): Roblox has an official code sample for model tweening! It’s very lightweight and covers the necessities…