About 513,000 results
Open links in new tab
  1. What is the difference between "remove ()" and "destroy ... - Roblox

    Sep 22, 2021 · Hey Devfourm, MisterSpeaks Here What is the difference between “remove()” and “destroy()” These two methods are very similar or exactly the same to my knowledge. Could …

  2. Help with understanding Destroy () function - Roblox

    Nov 7, 2022 · I have a question about the destroy function. So I’m just referencing a part in workspace called Origin and I then destroy the variable. When I print the variable, it actually prints “Origin” …

  3. Destroy () and nil or just nil - DevForum | Roblox

    Oct 12, 2022 · What do you mean by Destroy or nil? If you want to make a frame invisible temporally just set the visible property to false. If you rather it just be removed completely just use :Destroy(). I don’t …

  4. How do I destroy a part? - Scripting Support - Roblox

    Jul 8, 2023 · Basically when the car touches the mine, the mine explodes and the entire car unanchors then flies all over the place. I’m trying to make the car parts that are laying all over the place …

  5. Destroying a Script or LocalScript with :Destroy () causes a ... - Roblox

    Apr 19, 2025 · I’ve discovered when making my game that destroying a script (via :Destroy()) will cause a lag spike. I can only observe this issue only in Roblox Studio, where a Script in ServerScriptService …

  6. Which is better for performance: Debris:AddItem () vs Destroy ... - Roblox

    Mar 30, 2021 · I’m noticing that my place has lower framerate than most games. I’ve had a similar issue in the past and it was because I was calling :Destroy() very often in my scripts, so I tried to work …

  7. New Player and Character Destroy Behavior - Roblox

    Nov 21, 2023 · Hello Creators! Today, we’re adding a new opt-in behavior that automatically destroys Player and Character Instances on the server when the player leaves or respawns. We will be rolling …

  8. 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 …

  9. :ClearAllChildren () should use :Destroy () and not :Remove () - Roblox

    Jun 4, 2015 · Aurarus wondered about this here, and I checked and :ClearAllChildren() uses :Remove() (or .Parent = nil, but they’re pretty much the same either way) instead of :Destroy(). …

  10. Destroy () Can Now Replicate to Clients - Announcements - Roblox

    Mar 7, 2022 · Roblox’ automatic replication will remove the Instances on the clients as well (setting their Parent to nil), but it will not destroy those Instances. That means that on the client, the Instances: …