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

How can I renew my terrain so that it looks like at the server start (undamaged)?

Asked by 5 years ago

Hello community! I have a problem with my airstrike. I want to renew the terrain every few minutes. So that it's like at the beginning of the server.

workspace.Terrain:Clone()

doesn't work :(

1 answer

Log in to vote
0
Answered by
Fad99 286 Moderation Voter
5 years ago

You need to know how to use make region3 to do this What you want to do is copy the Terrain as soon as the game starts so use Terrain:CopyRegion() and Terrain:PasteRegion() I personally dont know how to use them, but these api references may help

Copy

Paste

Ad

Answer this question