I'm making first person shooter Battle Royale and I stuck on one thing... I can't move plane. Can somebody send me script that will let me to move plane? you know like other Battle Royale games plane or bus moves I want to do same but I cant pls help.
You can use CFraming if it's a model. Here's an example
game.Workspace.Plane:SetPrimaryPartCFrame(CFrame.new(1,1,1))
Hope this helps! Please do note that this is just a snippet of code. If I were to give the full code, that would be considered spoonfeeding.