About 5,330,000 results
Open links in new tab
  1. How to make objects respawn | Roblox Studio - YouTube

    I couldn't find a sound for the video so I used this one Script: local replaceItems = Instance.new ("Folder", game.ReplicatedStorage) replaceItems.Name = "ReplacableItems" local partClone =...

  2. How do you script falling and re spawning bricks? - Roblox

    Sep 5, 2020 · Just use a .Touched event, and then coroutine.wrap () or spawn () a function that will unanchor the brick, then return it to its previous position. EDIT: Wait never mind I read …

  3. Spawn and respawn | Documentation - Roblox Creator Hub

    Spawning is the process of creating an object or character in an experience, and respawning is the process of adding an object or character back into an experience after they meet a …

  4. Roblox; making destroyed parts reappearing - Stack Overflow

    You could make a copy of the part, then do the destruction, and put the copy back into its place after a few seconds: -- see if it was a player that touched the part. local plr = …

  5. Scripters of Roblox, how can I make a model respawn after it ... - Reddit

    Jan 7, 2022 · Have the game detect if these models fall past a certain X & Y coordinate, and if that is the case, use some form of teleport command to return them onto the ground. Or, …

  6. Disappearing blocks managed in one script - Scripting Support ... - Roblox

    Sep 29, 2021 · The solution I found was to use the in pairs loop but the problem with this is that since there are a few wait() in the code, the table doesn’t loop until the first block that I stepped …

  7. how to make a block not fall down in roblox studio - YouTube

    this is a tutorial of how to make blocks stay still in roblox studio!

  8. roblox - How to make a part regeneration script? - Stack Overflow

    Jun 18, 2024 · That's pretty easy, all you need to do is add a wait() and then once it's waited said amount of time make it change the position of the block back to what it was. Here: Here: …

  9. How do I make bricks regen after being destroyed? - Roblox

    May 14, 2020 · Cloning is your best friend. Insert the original model into ReplicatedStorage or ServerStorage and whenever the model gets destroyed, simply clone it, and destroy the …

  10. How do you make objects stay in place in Roblox Studio?

    How do you make objects stay in place in Roblox Studio? This can be done in the Roblox Studio editor by dragging a GUI object from the Toolbox onto the workspace, or by using code to …

  11. Some results have been removed
Refresh