roblox studio lite how to make terrains with just one script
HTML-код
- Опубликовано: 7 фев 2025
- heres the script
game.Workspace.Terrain:FillBlock(script.Parent.CFrame, script.Parent.Size, Enum.Material.Water)
wait(1)
script.Parent:remove()
Or
game.Workspace.Terrain:FillBlock(script.Parent.CFrame, script.Parent.Size, Enum.Material.Grass)
wait(1)
script.Parent:remove()
More materials;
Grass
Water
Sand
Ground
Rock
Snow
Idk more lol
Game.WorkSpace.Terrain:FillBlock(Script.Parent.Cframe,script.Parent.Size,Envm.Material.Water)Wait(1)Script.Parent:Remove()
game.Workspace.Terrain:FillBlock(script.Parent.CFrame,script.Parent.Size,Enum.Material.Water) wait(1) script.Parent:remove()
Plss how to add Small mountains like brookhaven
Thanks but is there a way to remove the terrain when you stop playing?
No, but if you rejoin it can be removed.
How to get grass
Brooo how to get clipoard
How can you make rocks?
game.Workspace.Terrain:FillBlock(script.Parent.CFrame, script.Parent.Size, Enum.Material.Rock)
wait(1)
script.Parent:remove()
My script copyer
Oh i didnt know that sorry!
Game.WorkSpace.Terrain:FillBlock(Script.Parent.Cframe,script.Parent.Size,Envm.Material.Water)Wait(1)Script.Parent:Remove()