Atrazine's Terrain Generator not working after restart

I was trying to make terrain for a game, and the first thing I tried is using Blender. Collider is funky. I decided to then just find a low-poly terrain generator in Roblox.

Found, Atrazine’s Terrain Generator, works perfectly. | Atrazine's Terrain Plugin V2 - Roblox?

Shutdown my PC, opened Roblox Studio the next day, and the nodes does not seem to be connected to the triangles anymore. The nodes itself work if I create a triangle from it, but existing triangles that I made the other day are not following the nodes whenever I move those nodes.

  • People who use this plugin: Are you experiencing the same? What do I do?
  • Do you have any other plugin suggestions in building terrains? Low Poly or Realistic may do.

Good day!

Migrated to Advanced Terrain Plugin | Advanced Terrain Plugin **FIXED AGAIN!** - Roblox

Actually the plugin you linked with asset ID 5654138643 created by user RblxDev_247 contains malware.

If you compare this to the standard version by TheRingsOfSaturn (ID 309030221), a diff will show you these lines are added to RblxDev_247’s copy:

if workspace.Terrain:FindFirstChild("Grass") == nil then
	script.Grass:Clone().Parent = workspace.Terrain
end

And the included Grass script it is trying to include is a Luraph encoded malware script that looks like this:

Which is never a good sign.
I would not recommend the RblxDev_247 version, and I’ve reported it.