About 5,940,000 results
Open links in new tab
  1. 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:

  2. How to do a Delete Script [ROBLOX STUDIO] - YouTube

    Write the code in the video, in a script and put that script in any part/scripts you want to be deleted when playing. ...more. You can also put 'if statements' to do a controlled delete,...

  3. How to locally delete a part? - Scripting Support - Roblox

    Sep 18, 2022 · Try putting the script in ServerScriptService, defining the proximityprompt variable, and handling it from there. Maybe also try putting the LocalScript in StarterPlayerScripts. Put the script inside the ‘StarterPlayerScripts’ container and reference the prompt/part from there, i.e; if Player ~= LocalPlayer then return end. Part:Destroy()

  4. Removing a portion of or splitting a part - Scripting Support ... - Roblox

    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.

  5. Roblox Studio: How to DELETE A PART with a SCRIPT | Bare …

    Hi guys in this tutorial i will be teaching you how to delete a object with a script i hope you enjoy and learn something...more.

  6. Destroy Parts with Scripts in Roblox Studio - YouTube

    In this video, I show 3 ways to destroy a part in Roblox! Hope you Enjoy! Comment any questions down below! Make sure to leave a like 👍 Subscribe!https://w...

  7. How To Remove A Part In Roblox Studio By Script (Roblox Luau ... - YouTube

    In this video today, I will show you guys how to remove a part in Roblox studio today by scripting. It is fast, easy, and you could schedule the time for par...

  8. How to DELETE STUFF in ROBLOX (ROBLOX STUDIO) and …

    In this Roblox Studio scripting scripts tutorial (extreme simple series), we will learn how to delete stuff in Roblox Studio. We will learn different techni...

    Missing:

    • Part

    Must include:

  9. How to locally remove a part? - Scripting Support - Roblox

    Oct 3, 2021 · Hi, I currently have a script that checks for the part you collided with (in this instance the part is ‘v’) then debounce’s and temporarily changes its transparency; removing it from view.

  10. How to destroy part after click? - Scripting Support - Roblox

    Jul 2, 2023 · Basically, if you spawn 3 parts, you can only have three, therefore deleting the first clone and spawning a new one. local part = script[particleName]:Clone() part.Parent = workspace. local particles = part.CoreAttatchment:GetChildren() part.Size = Vector3.new(1,1,1) part.Position = Vector3.new(position.X, position.Y, position.Z)

Refresh