About 98,500 results
Open links in new tab
  1. OOP delete object - Scripting Support - Developer Forum - Roblox

    Jun 18, 2022 · You can add a :Destroy() method into the Class. The best thing you can do inside of it is to remove the metatable and clear the table.

  2. InstantDestroy | Easily delete everything you want in 1 Click

    Dec 16, 2021 · If you ever build then a lot of welds appear, or when you want to destroy a lot of things at once. Then this plugin is for you! Simply delete everything you want in 1 CLICK! It’s very easy to use! How It Works: 1. Fill up the filter you want! Name: Will check Object’s name matched with Name! ClassName: Will check if the Object’s Class matched with …

  3. How would I get rid of an OOP object? - Roblox

    Aug 24, 2022 · So for example’s sake, within this code block: local module = require(...) local dictionary = { ["VALUE1"] = module.new() } How would I properly dispose of the dictionary value, aside from setting it to nil? Or would that be the most efficient. Would I need to add a function to the object where it sets clears and freezes itself?

  4. How do I delete all objects of a certain type when their count

    May 31, 2023 · Hello everyone! I’ve been working on a factory in my game that works a lot like a tycoon; a dropper drops items, where they cruise along a conveyor belt until falling into an incinerator. The objects aren’t just normal bricks, they’re actually random models that range from memes to classic Roblox items. The issue is, sometimes they can get stuck on corners/snags. And when this happens ...

  5. How can i delete a part with a localscript? - Scripting ... - Roblox

    Apr 3, 2020 · I want to know methods or the logic in how to delete parts (server parts) for a single player with a localscript What is happening here is: The Part i want to delete (Orb) is first located in ReplicatedStorage When a player starts moving the Orb will be cloned to a folder in workspace and it’s position will be changed to the owner position (the person which is running) every 0.5 seconds The ...

  6. How to delete all Values (and parts) with the same name ... - Roblox

    Jun 21, 2021 · I’ve been working on redesigning a map I was given a while ago. While I was redesigning the game I noticed a lot of useless things and one of those things are useless “values” in almost every part. Example: If anyone could give me a script that would remove every value with the same name would really help me out.

  7. Delete all objects with the same name in different parts of

    May 28, 2021 · Hello guys! I have an issue of my project, it have a lot of unwanted scripts, like A LOT. I would like to remove it, but they are in different models and folders, they all have the same name.

  8. How to make a tool delete an object - Scripting Support - Roblox

    Jan 4, 2021 · I’m working on a game and I’m trying to get an axe to cut vines. but I’m not an experienced scripter. The script I’m trying to figure out is, how to delete and object with a certain tool. Since I’m not good at coding I’m gonna need some help!

  9. Better way to remove objects whenever a player dies or leaves

    Sep 14, 2019 · My goal is to be able to remove unnecessary objects whenever something happens (e.g player dies or leaves game) I don’t know any efficient method to do this, my only idea is to store items in some module and destroying those parts on request Example on how I want it to act Player casts fireball spell Player dies or leaves > destroy fireball object Example on why I need this Player casts ...

  10. Delete textures from specific model(s) - Scripting Support - Roblox

    Jul 15, 2022 · What do you want to achieve? I want to delete textures from certain defined models. What is the issue? It’s impossible to delete textures from a game where about 7.500 have textures, as they’re all differently named. What solutions have you tried so far? I looked up in the Dev Forum before, I can only find topics where scripts delete all textures, however not of specific or defined models.