About 67,400 results
Open links in new tab
  1. How should I destroy a model when clicked? - Roblox

    May 24, 2020 · Hello, I was wondering how I could destroy a model when clicked. Could anyone answer my question?

  2. How do I delete a bunch of blocks the fastest way possible

    Aug 10, 2020 · I have a block terrain generator that generates something that looks like this: I’m trying to make a loop where it keeps on generating new terrain every few minutes, which requires me to clear all the blocks and then generate new ones. I am trying to find a fast way to delete the blocks without any lag.

  3. How to delete terrain - Building Support - Developer Forum - Roblox

    Apr 16, 2021 · I was just playing around with the “Generate terrain” tool. And I wanted to make a desert. So I chose “Dunes”. That’s what I got, but I also got all this crap underneath, a huge layer of bedrock and all sorts of junk. I just want the dunes. Fair enough, I can delete the bottom half. But the issue is that I cannot manage to select the whole area underneath, it looks like there is a ...

  4. Need Help With Script (delete block) - Scripting Support - Roblox

    Dec 23, 2021 · Hey! I’m a new person to coding and I want to make a item that places blocks but after 2 seconds of being in workspace, they self destruct I already have the place block script thanks to one of my friends explaining a code, but I need to know how to make the block destruct itself after being in workspace for 2 seconds. Please help me out, here is the script. Thank you for your time! function ...

  5. How do I hide the orientation cube? - Platform Usage Support

    Dec 19, 2022 · Currently, I am trying to take screenshots in studio for game thumbnails, however the block GUI that tracks and changes your orientation is making it more difficult to take these screenshots. My question is, are there any settings that get rid of this GUI? The block GUI:

  6. Faster way to delete textures on bricks? - Building Support - Roblox

    Nov 20, 2020 · Hi, I was wondering if there was a fast way to delete textures within parts quickly? I built a place with textured blocks, and I think that is causing some lag. To reduce it I want to remove them all, but it will be very time consuming to manually remove all the textures. Thanks!

  7. Block delete on hit - Scripting Support - Developer Forum - Roblox

    Oct 29, 2022 · I have a block that I need to be destroyed on hit with another block. here is the script I have local partToHit = game.workspace.DeletePoints.DeleteBlock1 script.Parent.Touched:Connect(function(hit) if hit == partToHi…

  8. Removing a portion of or splitting a part - Scripting Support

    Feb 6, 2020 · Hello! I’m going to give a quick rundown of what I’m trying to do. I am trying to cut a part into multiple parts to remove a portion of that part, I need them to be completely seperate parts, so unions aren’t an option for my use case. If this seems confusing, please refer to the images below; I’ve been attempting to do this on my own, but …

  9. Need help with destroying a block on touch - Scripting Support

    Oct 12, 2020 · I am trying to destroy a block each time a hammer touches it here is my script: local hammer = game.StarterPack.Hammer local Part1 = game.Workspace.Part1 function onHit(hit) if hit.Parent == hammer then Part1:Destroy() end end

  10. How to cut out a part of your baseplate - Roblox

    Feb 23, 2020 · How to cut out a part of your baseplate - Roblox ... Loading ...

Refresh