Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I'm making Battle Royale game and can't move plane. so how can I do that?

Asked by 2 years ago

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.

0
tweening sne_123456 439 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

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.

Ad

Answer this question